User profile: sigmablack

User info
User name:sigmablack
Old user name:rolechat
Name:RoleChat
Location:Singapore
History
Joined:
Number of posts:125
Latest posts:

Interactive command shell using createprocess
Hello, 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 sorting
Not getting any error message, the program just crashes.