Jump to content

C++: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 66: Line 66:


====Tutorials and other learning material====
====Tutorials and other learning material====
 
==Links==
====USENET====
* [news:comp.lang.c++.moderated comp.lang.c++.moderated] - Moderated C++ discussion group - Go to the [https://groups.google.com/forum/#!forum/comp.lang.c++.moderated Google groups version] if your ISP does not offer USENET access or you are in any other way newsgroup challenged.
==Standards==
==Standards==
*
*

Revision as of 19:34, 13 January 2015

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 by design uses mostly the same syntax.

A list of OS/2 implementations of C++

OS/2 Libraries and class libraries

GUI and application generators with C++ output

Translators that generate C++ output

Workframes and or IDE's

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

  • TopSpeed C++ - Commercial - Discontinued - Cross compilation from DOS or OS/2 only

A list of C++ implementations that run under Java

A list of C++ implementations in JavaScript

Publications

Local articles

Tutorials and other learning material

Links

USENET

Standards

C++ history