当前位置: 技术问答>linux和unix
菜鸟级问题,可能刚从microsoft转到linux下都会遇到的。
来源: 互联网 发布时间:2015-11-08
本文导语: void clrscr(void); void gotoxy(int x, int y); void textcolor(int color); void textbackground(int color); int wherex(void); int wherey(void); void window(int left, int top, int right, int bottom); int far getx(void); int far gety(void); 上面这些不知道包...
void clrscr(void);
void gotoxy(int x, int y);
void textcolor(int color);
void textbackground(int color);
int wherex(void);
int wherey(void);
void window(int left, int top, int right, int bottom);
int far getx(void);
int far gety(void);
上面这些不知道包含在哪个头文件中(microsoft下应该是在conio.h),老是不能通过。
希望能共享一下,谢谢!
void gotoxy(int x, int y);
void textcolor(int color);
void textbackground(int color);
int wherex(void);
int wherey(void);
void window(int left, int top, int right, int bottom);
int far getx(void);
int far gety(void);
上面这些不知道包含在哪个头文件中(microsoft下应该是在conio.h),老是不能通过。
希望能共享一下,谢谢!
|
需要用curses库接口。