标题:程序出错,请大家帮助!
只看楼主
wuyufeixue
Rank: 1
等 级:新手上路
帖 子:44
专家分:0
注 册:2007-8-10
 问题点数:0 回复次数:0 
程序出错,请大家帮助!
#include "stdio.h"
#include"graphics.h"
int main()
{
int gdriver, gmode;
detectgraph(&gdriver, &gmode); /*自动测试硬件*/
printf("the graphics driver is %d, mode is %d\n",
gdriver,gmode); /*输出测试结果*/
getch();
initgraph(&gdriver, &gmode, "G:\tc\tc\ATT.BGI");
/* 根据测试结果初始化图形*/
bar3d(10, 10, 130, 250, 20, 1);
getch();
closegraph();
return 0;
为什么我的程序执行的时候总是屏幕变黑了,然后就提示  NTVDM CPU遇到无效指令。CS:64d3 IP:fe 56 ff 88 fe  选择“关闭”终止应用程序,请高手指点下。


}
搜索更多相关主题的帖子: include 应用程序 测试结果 return 
2008-06-12 19:24



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-218848-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.338449 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved