标题:SOS这样的问题百年不遇~~~~~~
只看楼主
寒冰
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-4-24
 问题点数:0 回复次数:4 
SOS这样的问题百年不遇~~~~~~
我真够晕的,程序没有错误可就是运行不了~~有哪位高手帮我帮我运行运行#include<graphics.h> #include<conio.h> #include<stdio.h> main() { int driver=DETECT,mode; initgraph(&driver,&mode,"\\tc"); cleardevice(); outtext("Normal"); settextstyle(4,3,2); outtext("Gothic"); settextstyle(1,3,7); outtextxy("Sans Serif"); getch(); outtextxy(220,140,"Sans Serif font"); getch(); closegraph(); }
搜索更多相关主题的帖子: SOS 百年不遇 
2005-04-24 15:49
寒冰
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-4-24
得分:0 
少打了一行!加一个头文件:inlcude&lt;graphics.h&gt;
2005-04-24 15:51
lynkoo
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2004-12-29
得分:0 
怎么个没法运行。运行错误是什么啊?
2005-04-24 20:25
lynkoo
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2004-12-29
得分:0 
#include<graphics.h> #include<conio.h> #include<stdio.h> main() { int driver=DETECT,mode; initgraph(&driver,&mode,"\\tc"); cleardevice(); outtext("Normal"); settextstyle(4,3,2); outtext("Gothic"); settextstyle(1,3,7); outtextxy("Sans Serif"); getch(); outtextxy(220,140,"Sans Serif font"); getch(); closegraph(); } 上面红色的代码写错了。 要么把改成outtext("Sans Serif"); 要么加上坐标

[此贴子已经被作者于2005-4-24 20:46:06编辑过]

2005-04-24 20:45
飞舞留香
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2005-4-18
得分:0 
为什么呢?
2005-04-25 19:47



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




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

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