I\'m trying to write a program with g++ that uses conio.h header. What I\'m actually trying to do is calling gotoxy function which I used in Borlan
conio.h
gotoxy
Well its not in gcc but it does come with MiniGW. It is specific to Windows.
For linux you want the ncurses library.