I have used cin to get keyboard input for variables, getch() for getting single keypress information, but all of those cause the computer to wait for a keypress. I would like to have some kind of getch() like function that not "pause" the program. I would find this very useful for real-time DOS games.

-Zagaberoo