Everytime i tried to use getch,gotoxy in fedora 13, it showed -
gotoxy.c:2:19: error: conio.h: No such file or directory
gotoxy.c:(.text+0x14): undefined reference to `gotoxy'
HELP !!
Printable View
Everytime i tried to use getch,gotoxy in fedora 13, it showed -
gotoxy.c:2:19: error: conio.h: No such file or directory
gotoxy.c:(.text+0x14): undefined reference to `gotoxy'
HELP !!
conio.h and gotoxy are relics from DOS.
If you want that level of terminal control, then use ncurses.
NCURSES Programming HOWTO