标题:SOS这样的问题百年不遇~~~~~~
取消只看楼主
寒冰
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-4-24
 问题点数:0 回复次数:1 
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



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




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

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