【C语言】头文件#include <conio.h>,conio是Console Input/Output(控制台输入输出)
C语言图形编程(一,字符屏幕)一,屏幕操作函数1.clrscr()清除字符窗口函数2.window()字符窗口函数3.gotoxy()光标定位函数4.clreol()清除光标行尾字符函数5.insline()插入空行函数6.delline()删除一行函数7.gettext()拷进文字函数8.puttext()拷出文字函数9.movetext()移动文字函数二,字符属性函数10.textmode()