View Single Post
Old 07-13-2004, 02:20 PM   #8 (permalink)
tjakaa
Registered User
 
Join Date: Jul 2004
Posts: 1
tjakaa is on a distinguished road
Quote:
Originally posted by ~Relentless~
...the console application needs the user to push enter twice, before accepting the input, which I find extremely annoying...
Not sure if this helps, but see if you have any cin.ignore's following the call to getline. If so, remove them. That solved this problem for me.
tjakaa is offline   Reply With Quote