
Any C++ Program starts with main() function, Program should contain at least one function main() function is mandatory, In this program we also included header file <iostream> this file contains functions cin and cout, To use cin and cout in our program we should include this header file.
Commenting is always a good practice while writing a program, It is useful to describe the purpose of the program and why you have written particular group of code.
C++ is a general purpose programming language.C++ was developed by Bjarne Stroustrup at At&T Bell Labs
C++ Programming Language is used in various software developments and in even gaming. C++ is object oriented language.
This course teaches you everything about C++ starting with basic operations with examples to object oriented concepts, It covers all the topics in C++ from basics to most advanced topics, Every lesson is explained in details with example code.
Those who want strong knowledge or want to learn programming language can take this course.
This course is divided into three parts