Course details

Sharp and to the point talk on C++ programming for beginners!

Let's start the journey from installing c++ and an IDE (Eclipse) to the complete c++ 11th version.

C++ is an Object oriented programming language that can be used to create modern desktop software, game development or even critical system drivers too. You will find out that most trading applications are designed in C++ because in trading speed is money. When we get into the game development, c++ programming is hard to avoid if you want to create a fantastic and popular game.

In this entire c++ video series, we start from installing gcc on our system. After gcc, we will install Eclipse which is a cross platform IDE because most efficient programmers don't develop things on notepad. And yes, we don't like to talk about here and there so expect pure c++ programming guide with everything explained code by code and that too practically.

We are in no hurry, so we will start from Basics of Hello World in c++ and further moving to data types, variables and their scope. Further, we will look deep into the different operations that can be performed like arithmetic, logical, assignment. No programming is complete without looking into the conditional programming and loops, so we will look into IF, Else, while loop, do while loop and for loop with examples.

Then we will take a practical look into the code syntax of Object oriented programming like Classes, objects, polymorphism, abstraction and encapsulation. These are the most common terms of programming along functions that will be explained with examples. We don't expect anything to be explained without presenting a code example.

Moving into the journey we will pass from the roads of many terms like constructors, destructors, this pointer, friend keyword, dynamic memory and namespace, we will finally move into C++ 11, which is the latest standard.

We will configure environment for c++ 11 and will take a look into most common difference introduced in c++ 11.

Updated on 08 November, 2015
Courses you can instantly connect with... Do an online course on Programming starting now. See all courses

Rate this page