C++: Difference between revisions

From Fox Labs Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox programming language|name=C++|logo=[[File: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}}
{{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.

Latest revision as of 03:01, 4 February 2024

C++
FamilyC
OSCross-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.