[求助]C库函数查询文件自带的范例运行时怎会提示:窗口函数未定义?
#include\"stdio.h\"
#include \"conio.h\"
//void window(int left, int top, int right, int bottom);
int main(void)
{
window(10,10,40,11);
textcolor(BLACK);
textbackground(WHITE);
cprintf(\"This is a test\r\n\");
return 0;
}
图片附件: 游客没有浏览图片的权限,请
登录 或
注册