Interactive command shell using createprocessHello, I want to have a command prompt session using my program [code] string ExecCmd( const char* ...
Tokenize string to char *array[]Thanks I really appreciate your help, will try creating dynamic array and come back. I should use ma...
Tokenize string to char *array[]Here is what I have come up with [code] char gfg[100] = "name1, name2, name3"; //count delimiter...
Tokenize string to char *array[]Say I have this string [code] string str="name1,name2,name3"; [/code] I want to separate the names u...
MFC List Control sortingNot getting any error message, the program just crashes.