-
Introduction to C++
What is c++, why it is formed , evolution , applications.
-
Differences between c and c++
Major differences between c and c++ and other conventional programming languages.
-
Keywords
Over view of all keywords .
-
Datatypes variables, operators
Different datatypes in c++, naming variables functions & operators in c++.
-
Conditional and control statements
If , if else , nested if , switch , for , while , do while.
-
Arrays, strings and pointers
Declaration , operations on arrays and strings , types of pointers .
-
Functions
Naming , declaration , user defined and built in functions.
-
Oops concepts
Detailed coverage of every oops concept in c++ , classes .
-
I/O streams
Types of i/o , how to use and when to use what .
-
Dynamic memory
New and delete .
-
Exception handling
What is exception handling , how to handle , try , catch , finally default.
-
STL basics
Vector , array , queue , set , iterators.
-
Multithreading basics
Lambda function , creating thread , running multiple threads simultaneously.