为什么编译不出来啊!
谢谢大家了!呵呵,又要麻烦各位了,问题如下:#include"stdio.h"
#include"conio.h"
void main()
{
int color;
for(color=0;color<8;color++)
{
textbackground(color);/*设置文本的背景颜色*/
printf("This is color %d\r\n", color);
printf("Press any key to continue\r\n");
getchar();/*输入字符看不见*/
}
}
textbackground这个函数是设置字符模式下的背景颜色
头文件为:conio.h啊!为什么提示:
--------------------Configuration: d - Win32 Debug--------------------
Compiling...
d.cpp
C:\Documents and Settings\admin\桌面\c\d.cpp(8) : error C2065: 'textbackground' : undeclared identifier
执行 cl.exe 时出错.
d.exe - 1 error(s), 0 warning(s)
我使用的是VC6来编译的!不知道是不是和这个有关!
[[it] 本帖最后由 独孤小梦 于 2008-7-19 23:22 编辑 [/it]]
[[it] 本帖最后由 独孤小梦 于 2008-7-19 23:22 编辑 [/it]]