什么是wherey函数

核心提示wherey函数是计算机函数。中文名wherey函数函数名wherey功 能返回窗口内垂直光标位置用 法int wherey(void);wherey函数用 法int wherey(void);wherey函数程序例#include <co

最佳答案:

wherey函数是计算机函数。

详情介绍

wherey函数是计算机函数。

中文名
wherey函数
函数名
wherey
功 能
返回窗口内垂直光标位置
用 法
int wherey(void);

wherey函数用 法

int wherey(void);

wherey函数程序例

#include <conio.h>

int main(void)

{

clrscr();

gotoxy(10,10);

cprintf("Current location is X: %d Y: %drn", wherex(), wherey());

getch();

return 0;

}

 
友情链接
鄂ICP备19019357号-22