no i have ran this program before and it should be
#include <iostream.h>
#include <conio.h>
worked for me anyway
set it out likle this.
#include <iostream.h>
#include <conio.h>
main ()
{
clrscr();
your code
getch();
return 0;
}
i will try it myslef if i get time