does anyone here know a platform-independent method to split the command line into an argv[] array? The reason is that I want similar parsing, but not for an actual command line, just another string ...
I admit that I did provide the command line options from memory, but that was the first thing I checked so I'm pretty sure that it's accurate. I probably shouldn't have posted this before I could go ...