Saturday, 3 September 2011

First C++ program

#include<iostream.h>
#include<conio.h>
void main()
{
        cout<<"Hello World....";
        getch();
}

No comments:

Post a Comment

Note: only a member of this blog may post a comment.