C++ Programming Language

 C++ (/ˌsˌplʌsˈplʌs/) is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Oracle, and IBM, so it is available on many platforms.[9]

C++
ISO C++ Logo.svg
Logo endorsed by Standard C++
ParadigmsMulti-paradigmproceduralfunctionalobject-orientedgenericmodular
FamilyC
Designed byBjarne Stroustrup
DeveloperISO/IEC JTC1 (Joint Technical Committee 1) / SC22 (Subcommittee 22) / WG21 (Working Group 21)
First appeared1985; 36 years ago
Stable release
C++20 (ISO/IEC 14882:2020) / 15 December 2020; 9 months ago
Preview release
C++23 / 18 June 2021; 3 months ago
Typing disciplineStaticnominativepartially inferred
OSCross-platform
Filename extensions.C, .cc, .cpp, .cxx, .c++, .h, .H, .hh, .hpp, .hxx, .h++
Websiteisocpp.org
Major implementations
GCCLLVM ClangMicrosoft Visual C++Embarcadero C++BuilderIntel C++ CompilerIBM XL C++EDG
Influenced by
Ada,[1] ALGOL 68CCLU,[1] MLMesa,[1] Modula-2,[1] SimulaSmalltalk[1]
Influenced
Ada 95C#,[2] C99Chapel,[3] Clojure,[4] DJava,[5] JS++,[6] LuaNim,[7] Objective-C++PerlPHPPython,[8] RustSeed7

Comments

Popular posts from this blog

5 Mistakes I Did as a Developer During My 15 Years Career

Python is a Bad Programming Language

Development and Community