C++: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(adding alternate generic terminology)
imported>Ro Thorpe
m (→‎Overview: no need)
Line 1: Line 1:
{{subpages}}
{{subpages}}


=Overview=
'''C++''' is a [[Programming language|programming language]] created by [[Bjarne Stroustrup]].  It added concepts from [[Object oriented programming]] to [[C programming language|C]].  However, since the release of the [[C99]] standard, C++ is no longer a strict superset of C.  The language facilitates [[generic programming]] (also known as ''parameterization of types'') through the use of [[templates]] (known in some languages as ''generics'').   
'''C++''' is a [[Programming language|programming language]] created by [[Bjarne Stroustrup]].  It added concepts from [[Object oriented programming]] to [[C programming language|C]].  However, since the release of the [[C99]] standard, C++ is no longer a strict superset of C.  The language facilitates [[generic programming]] (also known as ''parameterization of types'') through the use of [[templates]] (known in some languages as ''generics'').   


''For other uses, see [[C (disambiguation)]].''
''For other uses, see [[C (disambiguation)]].''

Revision as of 21:49, 19 January 2008

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.

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 (also known as parameterization of types) through the use of templates (known in some languages as generics).

For other uses, see C (disambiguation).