C++

C++ was developed by Bjarne Stroustrup at Bell Laboratories, the same research lab, where "C" was developed at originally. Bjarne Stroustrup called it "C with Classes". Some people believe, this term is a bit misleading, because C++ is offering a lot more to programmers, than "just classes". C++ has all features of an object oriented language, but it is not restricted to that. Programmers are free to use the good old "C" as well, which is a subset of C++..

Why C++ is so popular

There are many object oriented languages out there. The reason why C++ is so widely used are various.

Literature

Tutorials

There are many. A few ones are given here. Some tutorials mix the language tutorial with a STL tutorial. For STL tutorials, please have a read on STL .

Platforms


C++ World