C++: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''C++''' (or '''C Plus Plus''') is a high-level general-purpose programming language. Released in 1985 as an extension to the C programming language, it eventually evolves to become more. As of 1997, it is object oriented language sporting features such as generics, functional programming and low-level memory manipulation. {{Stub}}{{Programming languages}}") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox programming language|name=C++|logo=C++_Logo.svg|logo size=100px|File extensions=.C, .cc, .cpp, .cxx, .c++, .h, .H, .hh, .hpp, .hxx, .h++ .cppm, .ixx|operating system=Cross-platform|family=C}} | |||
'''C++''' (or '''C Plus Plus''') is a high-level general-purpose programming language. Released in 1985 as an extension to the [[C (Programming language)|C programming language]], it eventually evolves to become more. As of 1997, it is object oriented language sporting features such as generics, functional programming and low-level memory manipulation. | '''C++''' (or '''C Plus Plus''') is a high-level general-purpose programming language. Released in 1985 as an extension to the [[C (Programming language)|C programming language]], it eventually evolves to become more. As of 1997, it is object oriented language sporting features such as generics, functional programming and low-level memory manipulation. | ||
{{Stub}}{{Programming languages}} | {{Stub}}{{Programming languages}} | ||
[[Category:Programming languages]] |
Latest revision as of 03:01, 4 February 2024
![]() | |
Family | C |
---|---|
OS | Cross-platform |
Filename extensions | .C, .cc, .cpp, .cxx, .c++, .h, .H, .hh, .hpp, .hxx, .h++ .cppm, .ixx |
C++ (or C Plus Plus) is a high-level general-purpose programming language. Released in 1985 as an extension to the C programming language, it eventually evolves to become more. As of 1997, it is object oriented language sporting features such as generics, functional programming and low-level memory manipulation.