Blog Archives
Include Conio.h In Linux – Traditional C Programs
Posted by Godhc
Want to compile programs Using GCC or CC in you’r Linux Machine?
You might face some compilation errors When you include #include<conio.h>
Like:
fatal error: conio.h: No such file or directory compilation terminated.
Solution:
To get the entire working solution in step wise
Like this page and once done the steps appear