c++

C++ - Overview

C++ is a general-purpose, object-oriented programming language developed by Bjarne Stroustrup in 1983. It is an extension of C, adding features like classes, inheritance, and polymorphism. C++ is widely used for system software, game development, high-performance applications, and applications requiring real-time processing due to its efficiency and control over hardware resources.

Basics

Control Statement

Functions

Arrays

Pointers

Object Class

Inheritance

Polymorphism

Abstraction

Exceptions

File & Stream

Others