Agenda

  1. Introduction to Programming Languages
  2. C++ Language Overview
  3. Object-Oriented Software Development (OOSD)
  4. Object-Oriented Programming (OOP) Concepts
  5. C++ Compilation & Execution Process
  6. C++ Installation (Linux & Windows)
  7. Writing & Compiling a Basic C++ Program

1. Introduction to Programming Languages

A programming language is used to communicate with a computer. Since computers understand only binary (0s and 1s), programming languages help humans interact with them more easily.

Types of Programming Languages

  1. Low-Level Languages
  2. High-Level Languages

2. C++ Language Overview

C++ Language Standards