Knowledge in C++

Program to print 1-10 numbers using for .

This is a simple basic program of c++ using for loop. In for loop we have 3 terms to explain . Initialization, incrementation or decrementation , checking inequalities. So using for loop considering every digit each time we check the conditions inside the loop and if it is true we print that digit.

Program to explain multiple catches.

In this program many catches are executed in a single try block. In Eve catch block throw occurs. Control selects the matching catch block . That matched catch block is executed. Then the control goes to the successive catch block to check it's matching.

Program to create sort in an array using template.

Sorting means arranging the elements in ascending or in descending order. Arranging the elements in array using template provides easy execution. Templates are the powerful concept in c++. Using this templates provides high consistency for data in documents of business.

Sum, subtract, multiply, divide program using c++ Programming language.

In this file contains Program to calculate add, subtract multiply divide using c++ Programming language.

String in c

This is about the knowledge of string function.

Data abstraction in c++

Knowledge about c++

Polymorphism

Knowledge about c++

Dynamic binding

Knowledge about c++

Message passing

Knowledge about c++

Tokens in c++

Knowledge about tokens in c++

Keywords in c++

Knowledge about keywords in c++

Data type in c++

Knowledge about basic data types in c++.