View Single Post
Old 10-14-2007, 08:35 AM   #4 (permalink)
jay_bo
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default Re: What's wrong in this C++ code

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
__________________
jay_bo is offline