Hello All,

I'm brand new to C++ and have run into a problem when my program asks for a character to be input (like a menu choice), I'm allowed to type in as much or as little as i want while the program is waiting for me to hit 'enter'.

Checking for more than one input character was'nt a requirement of the assignment, but I was wondering how this is typically handled in C++ with regards to user input using CIN.

Not asking for code, but maybe someone can point me in the right direction.

Thanks in advance,

BH