Playing with C++ Language
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial adopts a simple and practical approach to describe the concepts of C++.
Course Content:
- Introduction
- Environment Setup
- Basic Syntax
- Comments
- Data Types
- Variable Types
- Variable Scope
- Constants/Literals
- Modifier Types
- Storage Classes
- Operators
- Loop Types
- Decision Making
- Functions
- Numbers
- Arrays
- Strings
- Pointers
- References
- Date & Time
- Basic Input/Output
- Classes & Objects
- Inheritance
- Overloading
- Polymorphism
- Abstraction
- Encapsulation
- Interfaces
- Files and Streams
- Exception Handling
- Dynamic Memory
- Namespaces
- Templates
- Preprocessor
- Signal Handling
- Multithreading
C++ Basics
C++ Object Oriented
C++ Advance
Course Duration: 1 month
Prerequisites: Knowledge of C Language