wherex

wherex,是一個計算機函式。

 

函式格式

函式名: wherex
功 能: 返回視窗內水平游標位置
用 法: int wherex(void);

程式示例

#include
int main(void)
{
clrscr();
gotoxy(10,10);
cprintf("Curren tlocation is X: %d Y: %d\r\n", wherex(), wherey());
getch();
return 0;
}

相關詞條

相關搜尋

熱門詞條

聯絡我們