Before you start C++ tutorials


Before you start our C++ tutorials there are certain things that you should know. The logic and structure of decision making, flow control statements and loops is same in both C and C++.

So through following c programming tutorials before jumping into main OOP features of C++.

These are the things whose structure and logic is same in C and C++.

Now lets learn about core OOP features that marks proper difference between C and C++.