Introduction
  • Introduction
  • First Program
  • Comments inside program and endl
  • Quiz
Data types in C++
  • Variables
  • Data type integer
  • Character Data Type
  • Float Data Type
  • Data types
  • User Input Data
  • Quiz
Example Programs
  • Program to convert gallons to litres
  • Program to add two numbers
  • Program to swap two numbers
  • Program printing the name and age
  • Sample codes
  • Exercise 1
Constant, Escape Sequence and Define
  • Escape sequence
  • Constants
  • New line using define
Operators in C++
  • Operators in c++
  • Operators resource link
If-Else Statements
  • If else satements introdution
  • C++ program to find number is positive or negative
  • C++ program to find the largest number
  • Nested if statements
  • Q & A
  • Exercise 2: If else
Loops in C++
  • Loops Introduction
  • For Loop Example
  • Program to print multiplication table
  • Nested For Loops
  • While loop
  • Do-while loop
  • Finding the factorial of number
  • quiz
Control Statements
  • Break statement
  • Continue statement
  • Switch-Case Statements
  • Quiz Q and A
  • Exercise 3: Loops and control statements
Functions
  • Functions
  • Functions in c++ Introduction
  • Functions in c++ example add( )
  • Functions example 2
  • Quiz on Functions
  • Exercise 4: Functions
Arrays
  • Arrays Introduction
  • Arrays
  • One dimensional arrays
  • One dimensional array example
  • Array example 2
  • Array example 3
  • Adding marks using arrays
  • Quiz on arrays
Multi-Dimensional Arrays
  • Two dimensional arrays
  • Two dimensional array example
  • Three dimensional arrays
  • Adding two arrays
  • Exercise 5: Arrays
Strings in C++
  • Strings in C++ Introduction
  • String Example
  • Standard String Functions
  • Quiz on strings
  • Exercise 6: Strings
Pointers in C++
  • Pointers Introduction
  • Pointers Example
  • Pointers and Arrays
  • Pointers and Arrays Example
  • Pointers and Funtions
  • Quiz on pointers
  • Exercise 7: pointers
References or Alias to the varialbles
  • References in C++
  • Reference Example
Data Structures
  • Data Structures Introduction
  • Structures Example
  • Pointers in Structures
  • Structures and Funtions
  • Unions
  • Enemurated Data Types
  • Quiz on structures
  • Exercise 8: structures
Object Oriented Programming: OOPs
  • OOPs Introduction
  • Object Oriented Concepts quick review