22.06.2015, 15:57
x_job needs to be a string (an array).
new x_job[64] = strtok(cmdtext, idx);
But why the hell would you use strtok when you can use sscanf?
new x_job[64] = strtok(cmdtext, idx);
But why the hell would you use strtok when you can use sscanf?