wherey函式

cprin getch(); return

用 法

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;

}

相關詞條

相關搜尋

熱門詞條

聯絡我們