lubo4444 Active Member Feb 22, 2009 #1 Hey guys can you explain me those three statements below: 1. cin.ignore(100, '\n'); 2. cin.ignore(100); 3. cin.ignore(100, '#'); Thanks.
Hey guys can you explain me those three statements below: 1. cin.ignore(100, '\n'); 2. cin.ignore(100); 3. cin.ignore(100, '#'); Thanks.
C chibicitiberiu New Member Feb 22, 2009 #2 http://www.cplusplus.com/reference/iostream/istream/ignore.html Hope it helps.