peeking into stdin (programing question)
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
John (EBo) David at
2002-06-08 11:54
Nick Estes at
2002-06-08 18:28
Attachments:
Message as email
(text/plain)
Author:
plug-discuss@lists.plug.phoenix.az.us
Date:
2002-06-08 17:16
UTC
Subject:
peeking into stdin (programing question)
Not sure but try kbhit() returns true if something is waiting.
if(kbhit()) { c=getch(); ... }