造价通

反馈
取消

热门搜词

造价通

取消 发送 反馈意见

windowWINDOW函数

2018/06/1984 作者:佚名
导读: 函数名:window功能:定义活动文本模式窗口用法:void window(int left, int top, int right, int bottom);程序例:#include <conio.h>int main(void){window(10,10,40,11);textcolor(BLACK);textbackground(WHITE);cprintf("T

函数名:window

功能:定义活动文本模式窗口

用法:void window(int left, int top, int right, int bottom);

程序例:

#include <conio.h>

int main(void)

{

window(10,10,40,11);

textcolor(BLACK);

textbackground(WHITE);

cprintf("This is a test\r\n");

return 0;

}

*文章为作者独立观点,不代表造价通立场,除来源是“造价通”外。
关注微信公众号造价通(zjtcn_Largedata),获取建设行业第一手资讯

热门推荐

相关阅读