Text.cpp
资源名称:C++100.rar [点击查看]
上传用户:wszmarenbt
上传日期:2013-04-26
资源大小:2552k
文件大小:0k
源码类别:
Windows编程
开发平台:
Visual C++
- #include <conio.h>
- void main(void)
- {
- textcolor(YELLOW+BLINK);
- textbackground(11);
- gotoxy(35,15);
- cprintf("This is a test");
- getch();
- }