I was teaching one of my relative about how to create a simple C++ program and then I realized that i would have simply pointed her to my blog post instead. But unfortunately i never created the world’s most simplest yet demanding “Hello World” program for C++.
So I thought I should rather write one now, atleast its going to help her classmates. So here we go, its as simple as it gets :
#include<iostream.h> void main() { cout<<"Hello World"; }
Hope it helps someone ..
Cheers!!
Realin !






wow. you actually put up a post with only a “cout” program in it?? you should atleast explain the 3 statements that u have used .:P