Here are some programs showing the basic use of c++.
CPP-132: A C++ Program to find a Book in the list of Books.
CPP-134: A C++ Program to find whether a year is a leap year or not.
CPP-135: A C++ Program to swap two variables using header file "SWAP.h".
CPP-136: A C++ Program to find the day of a week of a given date from 15 october 1582 to end of universe using arrays.
CPP-137: A C++ Program to convert a decimal noumber into binary, octal and pental code. [ using arrays and functions ]
CPP-139: A C++ Program to covert a given decimal number into Roman Code.
CPP-140: A C++ Program to covert a given Decimal Number into English Code.
CPP-143: A C++ Program to add two integers without using "+" operator.
CPP-144: A C++ Program to print the factorial of first five elements of the fibonacci series.
CPP-145: A C++ Program to add two integers of any length.
CPP-146: A C++ Program to read a Non-Linear function in one variable, then evaluate it and display its result.