Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Timeout

Status
Not open for further replies.

Soulon

Programmer
Joined
Dec 5, 2007
Messages
2
Hi.
I need to get a single character input, for example using the getch() function, but in such a way that if an input is not read in a certain time limit then the program will continue anyway.
I appreciate any and all help. :-)
 
Tell us which Operating system and compiler you're using.


--
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
 
If you really want to make best use of the OS on which you're running, then you need to get say:
- visual studio express, and the platform SDK which goes with it
- (IDE + MINGW compiler)
- (IDE + MINGW compiler)


--
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
3
Views
323
Replies
10
Views
562
  • Locked
  • Question Question
Replies
3
Views
420
  • Locked
  • Question Question
Replies
2
Views
252

Part and Inventory Search

Sponsor

Back
Top