This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need advice on converting programs from Borland C compiler


I have a few programs that were written for DOS and compiled under the Borland Turbo C compiler that I need to convert to run under the Linux like environment in Cygwin. The code has a lot of cursor positioning function calls like gotoxy(), makes use of screen colors using a function called cprintf(), and has some functions for getting getting special characters from the keyboard like F1-F12. Is there a library that comes with the native GCC that comes with Cygwin that has these or similar functions? I can't seem to find it. Advice...?

Dave Stelte
stelte@comcast.net




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]