HOW TO FIX GETLINE() BUG IN VISUAL C++ 6

Joined
5/2/06
Messages
12,753
Points
273
Apparently, many of you encountered this little, annoying bux with the getline() function in Visual C++6 version where you have to enter TWICE. As far as I know, the Visual Studio 2005 does not has this bug.
The link to the fix instructions is here http://www.edcc.edu/faculty/paul.bladek/getline_fix.htm
It's very simple to follow but USE EXTREME CAUTION because you are editing a header file. DO IT AT YOUR OWN RISK
Regards,
 
Back
Top Bottom