String.h update?
Hello guys,
I wonder if anyone of you know if the string.h library was updated between VC++ 6.0 and VC++ 2008, I'm having difculties porting code from VC++ 6.0 and 2008. It's because of the string lib, it's compiling but it seems to act differently
-SCHiM
It shouldn't have been updated ._.
They're standards compliant, aren't they? o.o
PS. You can always just open both include files and check them using something like WinMerge to check any differences.