C++: Difference between revisions
Jump to navigation
Jump to search
imported>Jochen Wendebaum (moved external links to corresponding subpage) |
imported>David E. Volk m (remove cat's) |
||
Line 5: | Line 5: | ||
''For other uses, see [[C (disambiguation)]].'' | ''For other uses, see [[C (disambiguation)]].'' | ||
Revision as of 13:18, 19 December 2007
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).