virtual machine

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 faced this issue in ubuntu sometimes back. Read this

http://rwik.in/conio-h-for-g/

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++.

1 Like