#include <iostream.h> #include <conio.h> // This program By Rotem. // All copy-right to me © 2006. int main() { cout<<"The Text..."; getch(); return 0; }