On Fri, Oct 13, 2000 at 04:37:45PM +0300, Dan Pomohaci wrote: > Hi, > > Do you know if there are C libraries who mimic Borland Turbo C > specific libraries (conio, etc.) in Linux (a Debian package will be > better :-). > At school my daughter use Borland C and I don't want to install > Windows on my computer only for that. Beside emacs is a better tools > for programming than Borland IDE :-) > > Thanks, > Dan >
I've seen this asked elsewhere and the answer was no. Mabey you could have her write wrappers around "native" libraries (ie. conio around ncurses). Brent