C++ Programming Language

Append below some basic understanding of C++ Programming language:

1.      Is a general purpose programming language that is considered a mid-level language due to its leniency towards both high-level and low-level functionalities.

2.      In 1979, an employee of Bell Labs, Dr. Bjarne Stroustrup, developed C++ as an improvement on the existing C programming language, a result of an idea he had while programming for his Ph.D. thesis. Dr. Bjarne Stroustrup originally called his enhancement “C with classes”; it was renamed to C++ in 1983.

3.      The standards used by C++ were officially sanctioned as ISO/IEC 14882:1998, of which 2003 is the most current. An underground version of the standard is being developed to replace ISO/IEC 14882, which is informally known as C++0x. C++ is used worldwide by computer programming students creating their “Hello, World” programs and coding gurus creating the most sophisticated software for FORTUNE 500 businesses.

4.       C++ is a great choice for so many different purposes because it supports various programming styles, it avoids having features that make it platform dependent or that are not general purpose, and it does not incur overhead for features that are not used (resulting in slimmer and faster programs).

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.