Does anyone know why getch() would fail upon starting a second iteration in a while loop?
By fail I mean that I have to press the ENTER key after a keyboard character is pressed to continue.
So in effect it is functioning like getchar() where you have to press enter after a character is pressed.