使用DEV c++ 引用头文件 编译时说函数没有声明? 调了好久 就是不行 ?是DEV的问题 还是程序 还是 头文件的问题?
#include <stdio.h>#include <conio.h>
#include <windows.h>
main()
{
char c[]="hello world";
textbackground(2);
window(5, 5, 35, 25);
textcolor(14);
cputs(c);
}
2016-08-26 15:28
2016-08-26 15:35
2016-08-26 15:50
2016-08-26 16:01
2016-08-26 16:07