标题:Press any key to change color, do you want to try it. Please hurry up!
取消只看楼主
yicanday5
Rank: 1
等 级:新手上路
帖 子:24
专家分:0
注 册:2013-3-14
结帖率:60%
 问题点数:0 回复次数:1 
Press any key to change color, do you want to try it. Please hurry up!
#include"stdio.h"
#include"conio.h"

void main()
{
   int colour;
   for(colour = 0; colour < 8; colour++)
   {
     textbackground(colour);
     cprintf("This is colour%d\r\n", colour);
     cprintf("Press any key to continue\r\n");
     getch();
   }
}

请问textbackground()函数怎么写, 题目是就一个这个程序,我用的是visual studio 2010无法运行
搜索更多相关主题的帖子: continue include change 
2013-03-16 22:33
yicanday5
Rank: 1
等 级:新手上路
帖 子:24
专家分:0
注 册:2013-3-14
得分:0 
回复 2楼 wp231957
额。。新手,貌似我这号没分- -,直接接发帖了,做的多年前的100题、、、、果然还是tc时代的产物
2013-03-16 22:37



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




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

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