View Full Version : I want my conio.h!
Hannwaas
05-02-2002, 11:06 AM
Being a bit of a Borland person I want to be able to use functions like gotoxy (or equilvalents) under linux. Is this possible?
Also, how can I make the gcc getch function not wait for enter to be pressed?
Lynux-Penguin
05-02-2002, 07:39 PM
conio is a DOS library (mostly)
gotoxy() doesn't require conio.h
and conio is not required for anything important.
if you sill want it...
copy conio.h into /usr/local/include (i think)
or
/usr/include
dirkduck
05-18-2002, 07:15 PM
I believe that curses.h containes many of the conio.h function declarations.
look up ncurses...it will do all you need and then some.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.