DOS Implementations of C

From EDM2
Jump to: navigation, search

DOS implementations of the C programming language

Compilers

Commercial
Open source
  • C386
  • C-Ware DeSmet C - former commercial offering, now open source
  • Dev86dos
  • GNU GCC
  • LADSoft CC386
  • OpenWatcom C/C++ - Open Source
  • Portable C - DOS and cross compilation for 68000 and AMD RISC processors
  • Small-C - Public Domain
  • Sphinx C-- - Minimalistic C
  • TCC - Cross compilation from Windows or Linux only.

Interpreters

  • AGS Smart/C
  • Cint - from CERN, intended for educational use
  • Gimpel Software C-pret
  • Lifeboat Associates RUN/C
  • Rational Instant-C

Libraries

Commercial
Open source

Text & programmers editors with C support

  • Boxer - C support included by default
  • BRIEF
  • Elvis - C syntax support included by default - Open source
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent.

Windows Implementations

Hosted by DOS or OS/2 only

Offerings that can run under Win-OS/2

Windows compatible libraries

  • C/Database Toolchest - Library for database creation and maintenance - Note that the correct library for Win 16-bit development is called the DOS library (contains Win 16bit libs as well) and not the Windows one.
  • e_Db - Database engine
  • libdbf - reads dbf files
  • Public Domain Curses - Text UI library