Thursday, April 11, 2013

Program to print hello word in cpp

Starting with C++

As we started our first program with Hello word in C now we are doing this with C++.
Environment of C++ has some differences then C environment.
In  C language we use stdio.h for basic input output operation with help of printf() and scanf() functions.
Here we will use cout and cin object defined in iostream.h header file.

Cout is used for output.
Cin is used for input.

For detailed study of basic input/output: Read

A Hello word program here :

0 comments:

Post a Comment

Powered by Blogger.