Questions relating to the use of the DOS getch() function
I'm writing a programm that's using getch() to scan for arrow keys. My code so far is: switch(getch()) { case 65: // …
c character decimal arrow-keys getchI'm trying to create a function that will printf a certain string if the user presses any button on the …
c windows visual-c++ getchHow can I exit from an infinite loop, when a key is pressed? Currently I'm using getch, but it will …
c infinite-loop getchBelow code works in DevC++ with MinGW works flawlessly but Visual Studio 2008 spits this: error C3861: 'getch': identifier not found . …
c visual-studio-2008 getchI use Google Wave, and I want to emulate the ability to send messages before you actually hit the enter …
java c getch