Input from user.

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++
yes
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.