当前位置: 代码迷 >> C语言 >> [求助]帮忙看看为什么?
  详细解决方案

[求助]帮忙看看为什么?

热度:287   发布时间:2005-07-24 15:20:00.0
[求助]帮忙看看为什么?
编译后运行,说“BGI Error:Graphics not initialized<use 'initgraph'>”,这是为什么呢?
#include "graphics.h"
#include "stdio.h"
main()
{int x=100,y=100,graph=VGA,mode=VGAHI;
cleardevice();
initgraph(&graph,&mode,"");
line(1,1,x,y);
getch();
} 
----------------解决方案--------------------------------------------------------
置顶贴子里找答案。
----------------解决方案--------------------------------------------------------
  相关解决方案