Posted by Amitabh Ghuwalewala on September 13, 2001 at 10:04:25:
In Reply to: Error msg posted by Lu on September 12, 2001 at 16:49:00:
: I have checked every line of my code to the one posted on the web site, but i keep getting 4 errors about the "dataFile". Here's one of them.
:
: dateFile.ignore(INT_MAX, ','); undeclare identifier
You have made a fundamental typing error by typing "dateFile.ignore" and not "dataFile.ignore".
: Anybody has any idea what's wrong with it?
Amit