Something other then system("PAUSE")

I read the forum about console closing down, and it just got out of wack... But I am looking for something simple... I tried get.line; but it doesn't work? Any advice would be lovely

So far, I only know:

system("PAUSE"); get.line;
You may mean cin.get() but the best thing should be cin.ignore()
Yea, I found that out about 5 seconds ago, forgot about the (), but whats cin.ignore()? i know cin.get() works well now
It was explained in the second post of http://www.cplusplus.com/forum/beginner/1988/
Topic archived. No new replies allowed.