How can I parse a char pointer string and put specific parts of it in a hash map in C++?Lets say I have a char pointer like this: [code] const char* myS = "John 25 Los Angeles"; [/code]...
This user does not accept Private Messages