main idea in my question is is to solve the conio.h header file on Linux system despite the struction of this code, coz I face this problem while using other libraries specially openGL and sfml, but yet I cant find answer on the internet for this problem, I just want to know how to fix (no such file or directory) , thats it
main idea in my question is is to solve the conio.h header file on Linux system
Main idea in my answer is to convince you that:
(1) Nothing in your code uses conio.h
(2) It's an ancient, non-standard library used (mainly) for MS-DOS terminals and so not likely to be much use on linux
(3) It's a waste of time searching for libraries that you aren't going to use.