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.