I'm trying to find a split function similar to the one in Visual Basic that can take a comma delimited string and turn it into an array. My C++ is not strong, so any help would be greatfully appreciated.
Also... I'm trying to add functionality to existing DLL code that runs on a server, what is the best way to attempt to step through a DLL to debug?
Also... I'm trying to add functionality to existing DLL code that runs on a server, what is the best way to attempt to step through a DLL to debug?