is there a split function in c++?
e.g
_fstrcpy(data, split(data,1) );
or something, im not sure,
so if the var is
char Word[50] = "Hello im a programmer"
i want to try and split Word by the spaces, so split Word 2 maybe gives 'im' ?
|
Results 1 to 3 of 3
Thread: splitting a string upThreaded View
|
Click Here to Expand Forum to Full Width |