Jump to content

C++: Difference between revisions

From EDM2
No edit summary
Line 13: Line 13:
* [[Lattice C]] - Commercial - Discontinued
* [[Lattice C]] - Commercial - Discontinued
* [[Metaware High C/C++]] - Commercial - Discontinued
* [[Metaware High C/C++]] - Commercial - Discontinued
* [[Microsoft C]] - Commercial - Discontinued
* [[Open Watcom|OpenWatcom C/C++]] - Open Source - Current
* [[Open Watcom|OpenWatcom C/C++]] - Open Source - Current
* [[Topspeed C++]] - Commercial - Discontinued
* [[Topspeed C++]] - Commercial - Discontinued
* [[Zortech C++]] - Commercial - Discontinued
* [[Zortech C++]] - Commercial - Discontinued


====Libraries and class libraries====
====OS/2 Libraries and class libraries====
* [[CdBFile]] - For reading/writing .dbf/[[xBase]] files - Open Source - Discontinued
* [[CdBFile]] - For reading/writing .dbf/[[xBase]] files - Open Source - Discontinued
* [[CThrough]] - Graphics class library - Commercial - Discontinued
* [[CThrough]] - Graphics class library - Commercial - Discontinued
Line 34: Line 33:


==A list of DOS implementations of C++==
==A list of DOS implementations of C++==
* [[EMX Compiler]] - Open Source - Discontinued
* [[Metaware High C/C++]] - Commercial - Discontinued
* [[Open Watcom|OpenWatcom C/C++]] - Open Source - Current
* [[Topspeed C++]] - Commercial - Discontinued
* Turbo C++ - Discontinued - Supplied free with current versions from the company
* Turbo C++ - Discontinued - Supplied free with current versions from the company
* [[Zortech C++]] - Commercial - Discontinued
====DOS Libraries and class libraries====
* [[CdBFile]] - For reading/writing .dbf/[[xBase]] files - Open Source - Discontinued
* [[ZGRAF]] - Graphing library - Commercial - Current


==A list of C++ implementations that run under WinOS/2==
==A list of C++ implementations that run under WinOS/2==

Revision as of 20:47, 20 December 2014

Description

A language in the CPL branch of the Algol family of programming languages, C++ is basically AT&T C with the object-oriented features of Simula. While you can compile and run C programs in an C++ environment and some C++ compilers are actually just C compilers with a pre-processor, C++ is actually a very distinct language to C that just happens to use the same syntax.

A list of OS/2 implementations of C++

OS/2 Libraries and class libraries

  • CdBFile - For reading/writing .dbf/xBase files - Open Source - Discontinued
  • CThrough - Graphics class library - Commercial - Discontinued
  • V C++ GUI Framework - Open Source - Discontinued
  • ZGRAF - Graphing library - Commercial - Current

GUI and application generators with C++ output

Translators that generate C++ output

Editors with C++ support

A list of DOS implementations of C++


DOS Libraries and class libraries

  • CdBFile - For reading/writing .dbf/xBase files - Open Source - Discontinued
  • ZGRAF - Graphing library - Commercial - Current

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