Input-checking function
Does anyone know of a function that checks whether or not there is any input in the input stream, and if not then it goes on to the next statement (as opposed to something like cin.get() or cin.peek() which wait until input from the user before going on to the next statement)?
|