On my Windows/Visual C environment there\'s a wide number of alternatives for doing the same basic string manipulation tasks.
For example, for doing a string copy I coul
I would stick to one, I would pick whichever one is in the most useful library in case you need to use more of it, and I would stay away from the kernel32.dll one as it's windows only.
But these are just tips, it's a subjective question.