Wednesday, September 2, 2009

Numerical Expessions

This program compares two numbers and gives the results as a Boolean after comparing the given numerical expression.



Monday, August 31, 2009

A Bit Complex Calculation

This program shows you how to find the Diameter,Circumference and Area when the user inputs the Radius of any circle.


Sunday, August 30, 2009

Calculations With Formulas

This program shows you how to use a formula for your calculation. The program generates the result of the formula as its output.


Multiple Calculations

This program shows how to do multiple calculations in a single program. This program gives the output of the two calculations given.


Saturday, August 29, 2009

Calculate Two Numbers

This is the first program that shows a simple calculation. This program's output is the addition of the given two numbers.


Using Different Variable Types

This program is very much same as the previouse program and the difference in this program is I have used diferent types of variables introducing 'Char Variables'.


Friday, August 28, 2009

Second Program

This program is also a simple program and it is used to get some inputs and display them as the output.

First Program - Hello World

This program is a simplest program and it is used to get the output as "Hello World...!"


Introduction

In my blog I will present the C++ programming codes for many small programs which can be understand by anyone who do not have sound knowledge in C++.

I hope this will be helpful to those who are interested in C++ programming and suggest this is suitable for learning C++ programming.