+ 1
Why this code isn't working?
I am getting this error: `fatal error: conio.h: No such file or directory 2 | #include <conio.h>` Here is the hello world program I created in C. https://www.sololearn.com/compiler-playground/ckw4FmU2F92l
1 Answer
+ 4
canio.h is deprecated, non-ststndard header file. Don't use it. Not work in Sololearn. Remove it. and related function to it.