Monday, 31 October 2011

Turbo C (C and C++ Compiler)

TurboC is a linkable library and a set of C header files that make it easier to port C code originally written for Borland's MS-DOS based Turbo C compiler to GNUgcc -- and therefore to a wide variety of *nix computer platforms.   Generally speaking, it is the following:
  • An implementation via ncurses of conio.h from Turbo C.
  • An implementation via Xlib of graphics.h from Turbo C.
  • A few other functions and time-saving features thrown in for convenience.
  • A means of overcoming the integer datatype discrepancies between Turbo C and GNU gcc.
It is not, by any means, a complete solution, but you may find it helpful.  The support for graphics.h is in its relatively early stages.

No comments:

Post a Comment