cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Input from user.
Input from user.
May 15, 2012 at 7:28am UTC
ahsannaeem
(6)
Is it possible to take input from user using cin or getch() or any other and if user does nor enters any value for some time, program should go to next instructions?? Using C++
May 15, 2012 at 7:35am UTC
shadow123
(127)
yes
May 15, 2012 at 12:21pm UTC
Jikax
(236)
you mean like a timeout? i read something about the peek functionality. It is non blocking so you can compare timestamps...
Topic archived. No new replies allowed.