C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible.

40 Hrs.
Prerequisites / Audience
- C++ Compiler and IDE, Like CodeBlocks , Eclipse , Xcode etc.
- No Programming knowledge required.
Objectives / Benefits
- To learn the syntax and semantics of the C++ programming language
Outlines
Introduction to C++
- Program Structure
- Terminating Statements
- Compile and Executing
Variables
- Data Types
- Arithmetic Operators
Conditionals and Logic
- If Statements.
- Switch Statements.
- Relational Operators.
- Logical Operators.
Loops
- While loops
- For loops
Vectors
- Creating Vectors
- Initializing Vectors.
Functions
- Returning Types.
- Void Functions
- Built-in Functions.
Classes and Objects [Introduction]
- Constructors vs. Destructors.
References and Pointers [Introduction]