求大神解释,为什么在microsoft visual c++上编译执行不了?
程序代码:
#include<stdio.h> #include<graphics.h> #include<conio.h> int main(){ int x=360,y=260,driver=VGA,mode=VGAHI; int num=20,i; int top,bottom; initgraph(&driver,&mode,""); top=y-30; bottom=y-30; for(i=0;i<num;i++) { ellipse(250,250,0,360,top,bpttom); top=-5; bottom+=5; } getch(); }求助啊,真心困扰。。。