The perfect place for easy learning...

C++ Programming

×

Topics List


Introduction to C++





C++ is a general-purpose and multi-paradigm computer programming language. The C++ programming language supports both object-oriented programming and generic programming. C++ is an object-oriented programming language but it is not purely object-oriented programming language because of features like friend functions, virtual functions, and virtual base classes.

The C++ programming language is used to create applications that will run on a wide variety of hardware platforms such as personal computers running Windows, Linux, UNIX, and Mac OS. It also supports the applications for small form factor hardware such as IoT devices like the Raspberry PI and Arduino–based boards.

The C++ programming language was created by Bjarne Stroustrup in the year 1983, at Bell Laboratories, USA.

Python installation

The C++ programming language is said to be the superset of C programming language. The programs written in C programming language can run in the C++ compiler. The C++ programming language is an extension of the C programming language.

In this series of tutorials, we will learn all core and advanced concepts of the C++ programming language.