
C++, 1st program to expert programmer
Comprehensive C++ 'Mobile optimized' video training with examples
Have a look at Promo
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.
Your Instructor

IGNEUS stands for the Revolutionary and a quality enhanced change that we’ve tried to come up with in the modern world of Internet education. We’ve come up bearing in mind the maximum emphasis on the quality dealing with every new technology which has made us distinguished from the throng at internet. And this revolution of choice will keep continuing. Today IGNEUS Technologies has proudly lifting up the tag of being the world's most trusted provider of myriad of services and training programs aiding constantly in every corner of the globe along with web security aspects, and open source technology.
Course Curriculum
-
StartInstalling GCC for c plus plus (3:13)
-
StartConfiguring Eclipse for Hello World in C plus plus (9:28)
-
StartMAC: Installation of Environment (6:55)
-
StartQuick tips for new eclipse users for c plus plus (2:57)
-
StartHello World structure in detail (4:12)
-
StartIdentifiers and keywords in C plus plus (4:06)
-
StartC++ exercise files
-
StartDatatypes with example code in c plus plus (7:49)
-
StartVariables with example in c plus plus (7:20)
-
StartLocal and global scope with example in c plus plus (4:20)
-
StartConstant declaration with const and preprocessor (4:19)
-
StartInteger, float and Character Constants in C plus plus (6:25)
-
StartSigned and unsigned difference in c plus plus (2:52)
-
StartArithmetic operations with example in c plus plus (5:15)
-
StartRelational operations in c plus plus (2:44)
-
StartLogical operations in c plus plus (3:15)
-
StartAssignment operations in C plus plus (2:28)
-
StartIf Else statement with example in c plus plus (5:24)
-
StartSwitch case with example in c plus plus (6:46)
-
StartShorthand of ifElse with example in C plus plus (3:13)