C++ question

lubo4444

Active Member
Hey guys can you explain me those three statements below:

1. cin.ignore(100, '\n');
2. cin.ignore(100);
3. cin.ignore(100, '#');

Thanks.
 
Back
Top