Is there any way of getting input directly from keyboard without it getting written onto screen?
I tried the standard O/I functions, but they don't help. I also looked into C libraries, but there wasn't and useful function (unless I missed some).
I need only one one key from keyboard, so I use getchar() now. The program is dependant on what key the user presses.