Hello, as I learned conio.h header file is used in Windows not Linux, I found two things from the Internet
1. Linux c++ implementation of conio.h http://sourceforge.net/projects/linux-conioh/
2. libconio http://sourceforge.net/projects/libconio/
What should I do to use them? I am not very familiar with C++ and I couldn't find out myself..
Thanks