C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language. 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. C++ was designed with a bias toward system programming and embedded, resource-constrained software and large systems.
About C++ in brief

C was chosen because it was general- Purpose, fast, portable and widely used. Other languages also influenced this new language, including ALGOL 68, Ada, CLU and ML. It has been used in desktop applications, video games, servers, and performance-critical applications, including desktop applications and video games. The first commercial implementation of the language was released in October of the same year. In 1985, the first edition of The C ++ Programming Language was released, which became the definitive reference as there was not yet an official standard. New features in 2. 0 included multiple inheritance, abstract classes, static member functions, and protected member members. In 1990, The Annotated C++ Reference Manual was published. Later feature additions, exceptions, namespaces, new casts and a Boolean type were introduced in C++98, standardizing the language. In 1998, the C ++98 standard was released and a minor update was released. In 2003, a major update to the standard was introduced, with various new additions being introduced in December 2014. After a minor release in December 2015, the latest standard version was released as C ++14, released in December 2016. After the minor update in 2014, various new features were introduced, including a type-safe free-store memory allocation, improved type checking, and new casts. In 1984, Strouostrup implemented the first stream inputoutput library. The idea of providing an output operator was suggested by Doug McIlroy.
You want to know more about C++?
This page is based on the article C++ published in Wikipedia (as of Dec. 14, 2020) and was automatically summarized using artificial intelligence.






