You are on page 1of 1

C++ language is a direct descendant of C programming language with additional features such as

type checking, object oriented programming, exception handling etc. You can call it a “better C”. It
was developed by Bjarne Stroustrup.
C++ is a general purpose language language, when I say general purpose it simply means that it is
designed to be used for developing applications in a wide variety of domains.

C++ Tutorial
To learn C++ programming, refer these tutorials in the given order. These tutorials are written for
beginners so even if you have no prior knowledge in C++, you won’t face any difficulty
understanding these tutorials.

Basics
1. First C++ Program – Hello World!
2. Variables and their types
3. Data types
4. Operators in C++

You might also like