Hello to all,
How do I avoid the enter after either Yes or No? I am using cin in C++ but is there another way to avoid having to use the enter after the Y or N?
Thanks in advance,
VGCM66
Thanks hanst99,
It worked. I see your point but since this program will not go anywhere except with me I will rather use the getch() on this one.
Thanks again,
MAB
One last one please,
How do I do an infinite loop until any keyboard key is depressed? What function???
Thanks,
MAB
Never mind, I founded "while (!_kbhit())"
Thanks,
MAB
Also, it's not an infinite loop if it ends... right?
I was just being a smartass :)