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 SkipVought 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
Dec 5, 2007
2
0
0
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

Part and Inventory Search

Sponsor

Back
Top