C++: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jochen Wendebaum
(added subpages)
imported>Jochen Wendebaum
(moved external links to corresponding subpage)
Line 7: Line 7:




=Useful links=
Bjarne Stroustup's homepage:
http://www.research.att.com/~bs/homepage.html
Major C++ Group:
http://groups.google.com/group/comp.lang.c++.moderated
C++ FAQ LITE:
http://www.parashift.com/c++-faq-lite/


[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]
[[Category:CZ Live]]
[[Category:CZ Live]]

Revision as of 09:37, 19 November 2007

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
Catalogs [?]
 
This editable Main Article is under development and subject to a disclaimer.

Overview

C++ is a programming language created by Bjarne Stroustrup. It added concepts from Object oriented programming to C. However, since the release of the C99 standard, C++ is no longer a strict superset of C. The language facilitates generic programming through the use of templates.

For other uses, see C (disambiguation).