Jump to content

C: Difference between revisions

From EDM2
No edit summary
Line 34: Line 34:
==A list of DOS implementations of C==
==A list of DOS implementations of C==
* Borland C/Turbo C - Commercial - Discontinued - Some versions [http://edn.embarcadero.com/article/20841 now freeware]
* Borland C/Turbo C - Commercial - Discontinued - Some versions [http://edn.embarcadero.com/article/20841 now freeware]
* [http://www.desmet-c.com Desmet C] - Was commercial - now open source.
* Dev86dos - Open source - Current - Kludgy
* [[EMX Compiler]] - Open Source - Discontinued
* [[Lattice C]] - Commercial - Discontinued
* [http://www.lsi-j.co.jp/products/lsic86.html LSI-C] - Freeware - Current - Cross compilation from Windows or Unices only. - English [http://homepage3.nifty.com/mmgames/c_guide/en/p_lsic86.html here]
* [[Metaware High C/C++]] - Commercial - Discontinued
* [[Microsoft C]] - Commercial - Discontinued
* [[Open Watcom|OpenWatcom C/C++]] - Open Source - Current
* [[Portable C]] - Open source - DOS and cross compilation for 68000 and AMD RISC processors.


==A list of C implementations that run under WinOS/2==
==A list of C implementations that run under WinOS/2==
*
* [[Open Watcom|OpenWatcom C/C++]] - Open Source - Current
 
==A list of C implementations that run under Java==
==A list of C implementations that run under Java==
*
*

Revision as of 20:23, 20 December 2014

Description

A language in the CPL branch of the Algol family of programming languages, the predecessor to C++ and a direct descendant of BCPL although it uses a very different syntax.

A list of OS/2 implementations of C

Libraries

GUI and application generators with C output

  • Hockware VisPro/C - GUI Creator - Commercial - Discontinued
  • PCYACC/2 - CASE too with C output, targeted towards generating parsers etc. - Commercial - Discontinued
  • Vestronix Pro C - Database and spreadsheet application generator - Commercial - Discontinued

Translators that generate C output

  • Oracle Pro C - SQL > C - Commercial - Discontinued
  • X2C - xBase to C compiler - Open Source - Current

Editors with C support

A list of DOS implementations of C

  • Borland C/Turbo C - Commercial - Discontinued - Some versions now freeware
  • Desmet C - Was commercial - now open source.
  • Dev86dos - Open source - Current - Kludgy
  • EMX Compiler - Open Source - Discontinued
  • Lattice C - Commercial - Discontinued
  • LSI-C - Freeware - Current - Cross compilation from Windows or Unices only. - English here
  • Metaware High C/C++ - Commercial - Discontinued
  • Microsoft C - Commercial - Discontinued
  • OpenWatcom C/C++ - Open Source - Current
  • Portable C - Open source - DOS and cross compilation for 68000 and AMD RISC processors.

A list of C implementations that run under WinOS/2

A list of C implementations that run under Java

A list of C implementations in JavaScript

Publications

Local articles

Tutorials and other learning material

Standards

C history