• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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

Joined
5/2/06
Messages
11,751
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