Here are the things that you will learn:
*You will able to develop powerful c++ programs
*You will able to apply for C++ jobs with atleast a possibility of success.
*You will understand the basics of computer progromming,including Object Orientation.
Requirements:
*You can use any c++ IDE and compiler to follow thus course,all the software you need us free,but you may need to do a little googling to find explicit install instructions for your platform.
Description:
This course teaches you the powerful,fast and popular c++ programming language from scratch assuming only basic computer knowledge.While c++ is quite challenging,in this course you can learn the basics step by step.You will learn the Object orientation and the power of run time binding.
Course Content:
1.Basic Syntax
2.Sub Routines:Reusable Blocks of code
3.Object Oriented Coding
4.Pointers and Memory
5.Inheritance
6.Polymorphism
7.Static Variables and Methods
8.Virtual Functions.
9.Types of Casting.
10.Function Pointers.
11.Developing various basic programs