Compiling Microsoft's sample program in C for using _kbhit thows me this error:
fatal error: conio.h: No such file or directory
I use Code::Blocks and GNU GCC compiler, and Windows 10.
The weird thing about that is, that this code worked 2 months ago.
I remember I was advised to use conio and _kbhit from here and here
Why does conio throws me an error? Do I need to include something else? Isnt it standar C library?