back|print this page

STRING LIBRARY CORRECTION

This process corrects output problems with the "STRING" library in Visual Studio C++.
To update the "string" file, open it in Visual C++.
The path to the file is illustrated below.
   (C:\Program Files\Microsoft Visual Studio\Vc98\Include)



Comment out Line 165 "_I.rdbuf()->snextc();" and replace it with "_I.rdbuf()->sbumpc();" as illustrated below.



-END

back|print this page