INTRODUCTION TO C++
C++ (generally pronounced "see plus plus") is a general-purpose programming language. It is a statically-typed free-form multi-paradigm language supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages.
Bjarne Stroustrup developed C++ (originally named "C with Classes") in 1983 at Bell Labs as an enhancement to the C programming language.
Enhancements started with the addition of classes, followed by, among other features, virtual functions, operator overloading, multiple inheritance, templates, and exception handling. The C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998, the current version of which is the 2003 version, ISO/IEC 14882:2003. A new version of the standard (known informally as C++0x) is being developed.
HISTORY
Stroustrup began work on C with Classes in 1979. The idea of......
Join Now or Login to view the rest of this paper.
Approximate Word Count: 5661
Approximate Pages: 22 (260 words per double-spaced page) |