Jump to content

DOS Implementations of C

From EDM2
Revision as of 23:09, 29 November 2018 by Ak120 (talk | contribs) (Created page with "DOS implementations of the C programming language ==Compilers== ;Commercial *Aztec C86 by Manx Software Systems *Borland Turbo C - some versions [http://edn.embarcade...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DOS implementations of the C programming language

Compilers

Commercial
Open source
  • C386
  • Desmet C - former commercial offering, now open source
  • Dev86dos
  • GNU GCC
  • LADSoft CC386
  • OpenWatcom C/C++ - Open Source - Current
  • 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

  • Cint - Interpreter 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 - Current
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent.