i have a virtual machine that runs on fedora and i dont have conio.h as a header file in my library. could sombeody outline the exact procedure to download and include it in my library files
thank you for your help
i have a virtual machine that runs on fedora and i dont have conio.h as a header file in my library. could sombeody outline the exact procedure to download and include it in my library files
thank you for your help
People generally use conio.h for getch() function.The same purpose of halting the system can be achieved by using system(“pause”) function under the library for C++.