C++ Programming

C++ is a middle-level language, as it comprises a combination of both high level and low-level language features. C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.
C++ was developed by Bjarne Stroustrup starting in 1979.
C++ is a superset of C, and that virtually any legal C program is a legal C++ program.

FLOW CONTROL

if...else Statement
for Loop
do...while Loop
break, continue & goto Statement
switch Statement

Operators

FUNCTIONS

C++ Functions
C++ Formal-arguments function
C++ Recursive-function
Default Argument
Storage Class
C++ Recursion

STRUCTURES

Structure
Structure and Function
Pointers to Structure
Enumeration

ARRAYS & STRING

C++ Arrays
Multidimensional Arrays
Function and Array
C++ String

OBJECT & CLASS

Objects and Class
C++ Constructors
Objects & Function
Operator Overloading

INHERITANCE

C++ Inheritance
Function Overriding
Multilevel Inheritance
Friend Function
Virtual Function
Templates

POINTERS

C++ Pointer
Pointers and Arrays
Pointers and Functions
Memory Management

0 Comments