Detecting keypress in Visual C++
August 7, 2008
Jeez, I couldn’t believe how many people on the net have the same problem; detecting a key press from Visual C++ without echoing the same to the screen (ie: console).
I had this exact requirement today since I was trying to (re)write “Space Invaders” game to test the C++ console mode skills. Read more
