C++
Jump to navigation
Jump to search
For other uses, see C (disambiguation).
C++ is a programming language created by Bjarne Stroustrup. Originally, it extended the C programming language, primarily by adding Object oriented programming capabilities to it. 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).