Programming Tutorials

Comment on Tutorial - cin.ignore() in C++ By Grenfel



Comment Added by : Jester

Comment Added at : 2009-03-26 15:25:59

Comment on Tutorial : cin.ignore() in C++ By Grenfel
To make this work with out error I had to add:

using namespace std;

After the include.

Thanks for the example!!


View Tutorial