C++: Difference between revisions
Jump to navigation
Jump to search
imported>Ro Thorpe m (→Overview: no need) |
imported>Robert W King No edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
{{dambigbox|text=''For other uses, see [[C (disambiguation)]].}} | |||
'''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''). | ||
Revision as of 14:18, 25 April 2008
''For other uses, see C (disambiguation).
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).