tc图形模式(请教斑竹)
											#include<graphics.h>
main()
{
  int i,gdriver,gmode;
  gdriver=DETECT;
  initgraph(&gdriver,&gmode,"");
  setbkcolor(BLUE);
  setcolor(YELLOW);
   circle(100,200,30);
 getch();
   closegraph();
}
请教牛人! 
为什么我上面这个程序在有些机子上可以的,在有些机子上却不行,要不是屏幕一闪而过,就是跳出一个窗口"16位MS-DOS系统...",达人帮忙指点指点吧