shefali
2009-05-31 04:38:38 UTC
#include
void main()
{
int gd=DETECT,gm;
initgraph(&gd, &gm, "c:/tc/bgi ");
circle(330,180,100);
getch();
closegraph();
restorecrtmode();
}
this is my program i have removed linkr error also but when i m running it output screen is not comin
so i went to windows option and then clicked on output screen so there bgi error was written so now wat shud i do????
bgi folder is there in the tc folder
i m using turbo c++.
my other programs are running but this is not
i m in class 12
learning graphics in c++ on my own .so i tried running this sample program so output screen is not coming.
plz tell me in detail wat shud i do
i have windows xp....