View Single Post
Old Feb 18th, 2005, 7:52 PM   #1
annomlem
Newbie
 
Join Date: Feb 2005
Posts: 5
Rep Power: 0 annomlem is on a distinguished road
Thumbs up Small C++ problem... [solved]

Hey all, total newbie here I am just starting to learn C++, and doing ok for the most part. I'm using Dev-C++ and everything was fine until a couple of days ago. For some reason, all of my
std::cin.get();
lines stopped working. Out of nowhere. The program will run through and then just close because it has ended, without allowing me to see the text (the purpose of the cin.get() anyway). I have no idea why this is. If you have any suggestions please give them.
Thanks in advance

Last edited by annomlem; Feb 19th, 2005 at 10:42 AM. Reason: solved
annomlem is offline   Reply With Quote