Hi everyone,
I am a newbie in C and i can not fing a way to read keys from the keyboard immediately without having to press carriage key.
scanf, getc, getchar, need to press carriage in order to input the character in the programm.
Is there any way to bypass the carriage key???
Thank you for your help,
--Dreiko--
I am a newbie in C and i can not fing a way to read keys from the keyboard immediately without having to press carriage key.
scanf, getc, getchar, need to press carriage in order to input the character in the programm.
Is there any way to bypass the carriage key???
Thank you for your help,
--Dreiko--
Comment