Input

Started by
0 comments, last by Tac-Tics 18 years, 5 months ago
Is there a C++ function that does the same thing as getchar() but without pausing for input?
Advertisement
Use sockets. When using the 'select' function, pass STDIN as one of the inputs you want to read.

http://www.scit.wlv.ac.uk/cgi-bin/mansec?3C+select

This topic is closed to new replies.

Advertisement