Pages
Home
C++ Examples
PHP Tutorial
Monday, 8 July 2013
Print Hello World in C++
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Hello World";
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment