• 博客(0)
  • 资源 (1)

空空如也

TC_编程宝典

c_编程宝典,很有用的。for example: 函数名: wherey 功 能: 返回窗口内垂直光标位置 用 法: int wherey(void); 程序例: #include <conio.h> int main(void) { clrscr(); gotoxy(10,10); cprintf("Current location is X: %d Y: %d\r\n", wherex(), wherey()); getch(); return 0; }

2014-09-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除