搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 请赐教!!
标题:
请赐教!!
取消只看楼主
求×知×者
等 级:
新手上路
帖 子:3
专家分:0
注 册:2007-1-23
楼主
问题点数:0 回复次数:0
请赐教!!
#include<conio.h>
void main(void)
{
int color;
for (color=0;color<8;color++)
{
textbackgroung(color);
cprintf("This is color%d\r\n",color);
cprintf("press any key to continue\r\n");
getch();
}
}
请问各位大虾,这个程序那里有问题??
搜索更多相关主题的帖子:
continue
include
color
2007-01-23 23:18
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-117782-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.181235 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved