Here I have included some more simple 
programs in C++ for beginners. I have compiled the programs using
 an IDE called Code::Blocks. It will be better if you use the same IDE. 
Code::Blocks is a very good IDE which can be used for compiling C/C++ 
Programs in Windows 7.
- Click here to download the C++ Program to find the Sum of Digits of a Number.
 - Click here to download the C++ Program to find the Mean and Standard Deviation.
 - Click here to download the C++ Program to find the Factorial of a Number using Recursion.
 - Click here to download the C++ Program to perform Binary to Decimal Conversion.
 - Click here to download the C++ Program to print the Fibonacci Series.
 - Click here to download the C++ Program to check whether a Number is Palindrome or Not.
 - Click here to download the C++ Program to perform String Sorting.
 - Click here to download the C++ Program to find if a Number is Prime or Not.
 - Click here to download the C++ Program illustrating the working of Classes.
 
No comments:
Post a Comment