Yuppers,
I need more help :D
I'm in desperate need of a C++ equivelent of the Split function that ither uses the CString class from MFC but most preferably and using the way i am now uses the standard char.
Printable View
Yuppers,
I need more help :D
I'm in desperate need of a C++ equivelent of the Split function that ither uses the CString class from MFC but most preferably and using the way i am now uses the standard char.
CString is evil, because it has a nasty memory-allocation bug :( Why can't you use the standard string?