The cin.ignore doesn't ignore this new-line (this new-line gets read in in your loop); it ignores the one after "Another?"
This is a discussion on C++ program assistance needed within the C++ Programming forums, part of the General Programming Boards category; The cin.ignore doesn't ignore this new-line (this new-line gets read in in your loop); it ignores the one after "Another?"...
The cin.ignore doesn't ignore this new-line (this new-line gets read in in your loop); it ignores the one after "Another?"
It finally works. Thanks a TON for your help, tabstop, I really appreciate it.