C++ Programming Languages :

1). C++ Characteristics

2). Object-Oriented Terminology

3). Object-Oriented Paradigm

4). I/O Services

5). Standard Template Library

1). Data Type, Variable

2). Operators

3). Control Statement

4). Preprocessor Directives Input and Output Operators

5). Reading/Writing Charecters

6). Formatted input/output Function

1). The IF.....ELSE Statement

2). IF......ELSE ladder

3). Nesting of IF.....ELSE Statements

4). The Switching Statements

5). The do-while Statement

6). The while statement

7). FOR Statements

1). Function Basics

2). Advantage of Function

3). Recursion

4). Variable Storage Classes

5). Variable arguments Function

1). Array : What and Why?

2). One Dementions Arrays

3). Two Dementions Arrays

4). Multi Dimentions Arrays

5). Dynamic Arrays

1). Reading String from Terminal

2). Writing String to Screen

3). String Handling Functions

4). Table of String

1). Understading Pointers

2). Pointer expressions

3). Pointer and Arrays

4). Pointers and Character String

5). Pointers to Functions

6). Pointers and Structures

1). Defining a Structure

2). Advantage of Structure

3). Size of Structure

4). Arrays of Structures

5). Structures and Functions

6). Defining Unions

1). Introduction to File Management

2). Opening/Closing a File

3). Input/Output operations on Files

4). Error Handling During I/O Operations

5). Command Line Arguments

1). Introduction to Dynamic Memory Allocation

2). Malloc

3). Calloc

4). Realloc

5). Free

1).Macro Substitution

2). Computer Control Directives