词条 | textbackground |
释义 | 函数名: textbackground 功 能: 选择新的文本背景颜色 用 法: void textbackground(int color); 头文件: 包含在conio.h头文件中,但是在vc的conio.h中找不到这个函数,TC中有; 程序例: #include“stdio.h” #include“conio.h” int main(void) { int i, j; clrscr(); for (i=0; i<9; i++) { for (j=0; j<80; j++) cprintf("C"); cprintf("\\r\"); textcolor(i+1); textbackground(i); } getch(); return 0; } |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。