C++ Introduction: What Is C++?
C++ Introduction: What Is C++?
WHAT IS C++?
C++ is a programming language which is a superset of the C language. The C language is known as C language
because it is a successor of B language and was developed by Dennis Ritchie. C++ is a middle level programming
language and it is developed by Bjarne Stroustrup in 1979 at Bell Labs as the extension to C language and was
originally named as C with Classes but later it was renamed as C++ in 1983. The C++ language can run on various
platforms like Windows, Mac OS, and even on various versions of UNIX. The C++ is an object oriented language.
This C++ tutorial will help new learners to understand all C++ concepts in easy way with examples.