Course outline for C++
TechnologyC++Duration2-5 days
LevelPrerequisites listed
Pre-requisites
- The participants must be comfortable with programming constructs in any one language
Lab Setup
- All participants must have a laptop with Internet connectivity
- Windows/Linux with 1 GB RAM (2 GB+ recommended)
- 8 GB free hard disk space depending on edition and configuration, including space required for temporary files.
- GNU C/C++ compiler
How we train
Online training for C++
- Instructor-led live cohorts
- Self-paced learning with expert coaches
- 24x7 cloud labs with end-to-end examples
All sessions are 100% hands-on. Labs and activities are derived from real-world work our engineers deliver.
Classroom training
Available for corporate teams in:
- Bengaluru
- Chennai
- Hyderabad
- Mumbai
- Delhi/Gurgaon/NCR
- Pune
Note: Classroom training is for corporate clients only.
Self-paced hands-on sessions are delivered via VirtualCoach.
Detailed Course Outline
Hands-onGetting Started
- Why C++?
- Learn about Variables, Data Types, Modifiers, Qualifiers, Storage class specifiers
- A Few Assignments
C++ Language Basics
- Language Basics
- Strings
- Arrays
- Structures
- Unions, Enums
- Operators
OOP in C++
- Classes and Objects in C++
- Overloading, Polymorphism, Abstraction, Enscapsulation
- Interfaces in C++
- Association and Inheritance
Modularisation of code
- Learn about scope
- Call by value/reference in C++
Files & Directories
- Learn how to read from files and write to files in C++
Pointers in C++
- Learn about pointers
- Pointer operations in C++
STL Container Classes in C++
- Lists in C++
- Vectors in C++
- Maps in C++
Exception Handling in C++
- Learn about how to raise and handle exceptions in C++