new tmp[20], idx;
tmp = strtok(cmdtext, idx);
error 047: array sizes do not match, or destination array is too small
Was ist daran Falsch? ist doch richtig angeortnet
new tmp[20], idx;
tmp = strtok(cmdtext, idx);
error 047: array sizes do not match, or destination array is too small
Was ist daran Falsch? ist doch richtig angeortnet
tmp muss mehr cells haben (so interpretiere ich das mal ^^)
new tmp[128], idx;
nope geht immer noch net
weiß echt keiner o.O?
new tmp[256];