peeking into stdin (programing question)
plug-discuss@lists.plug.phoenix.az.us
plug-discuss@lists.plug.phoenix.az.us
Sat, 8 Jun 2002 13:16:00 EDT
Previous message:
peeking into stdin (programing question)
Next message:
peeking into stdin (programing question)
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Not sure but try kbhit() returns true if something is waiting. if(kbhit()) { c=getch(); ... }
Previous message:
peeking into stdin (programing question)
Next message:
peeking into stdin (programing question)
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]