wherex是一個程式函式,作用是返回視窗內水平游標位置。
基本介紹
- 外文名:wherex
- 函式名:wherex
- 功 能:返回視窗內水平游標位置
- 用 法:int wherex(void);
程式例:
#include
int main(void)
{
clrscr();
gotoxy(10,10);
cprintf("Current location is X: %d Y: %d\r\n", wherex(), wherey());
getch();
return 0;
}
wherex是一個程式函式,作用是返回視窗內水平游標位置。
wherex是一個程式函式,作用是返回視窗內水平游標位置。...... wherex是一個程式函式,作用是返回視窗內水平游標位置。外文名 wherex 函式名 wherex 功能 返回窗...
程式例: #include<conio.h> int main(void) { clrscr(); gotoxy(10,10); cprintf("Current location is X: %d Y: %d\r\n", wherex(), wherey())...
用法int wherey(void);程式例#include <conio.h> int main(void) { clrscr(); gotoxy(10,10); cprintf("Current location is X: %d Y: %d\r\n", ...