C++: Difference between revisions
Appearance
Created page with "==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...." |
|||
Line 6: | Line 6: | ||
====Libraries and Class libraries==== | ====Libraries and Class libraries==== | ||
* | * | ||
====GUI and application generators with C output==== | |||
* | |||
====Editors with C++ support==== | ====Editors with C++ support==== | ||
==A list of DOS implementations of C++== | ==A list of DOS implementations of C++== |
Revision as of 17:21, 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.