I have been trying to figure out how to do something like:
"Press any key to continue" or "Hit 's' to continue" or something similar in C.
Is there a function like getchar() for example that does not wait for the newline char? What do i need to include to use it?
Or do i need to figure out keyboard interrupts or something?
thanxInAdvance
SOS C N00813
"Press any key to continue" or "Hit 's' to continue" or something similar in C.
Is there a function like getchar() for example that does not wait for the newline char? What do i need to include to use it?
Or do i need to figure out keyboard interrupts or something?
thanxInAdvance
SOS C N00813