|
well, i tried the _getch () and _getche () functions (from conio.h). just a simple loop to test it, and it worked pefectly, doing exactly what i wanted. from what i understand, it reads the I/O stream, and you don't even have to hit enter. it will just go on and on until there is input on the keyboard, i think. if that's the case, i just need to identify a certain key, and all should work as i want.
|