Programming in C++ How to write simple program in C++ October 25, 2012 3827 Views #include<iostream.h> #include<conio.h> main() { cout<<“enter text here”; getch(); }