本文作者:Zhang, Xuheng
本文分类:C++小游戏 编程学习笔记 浏览:1405
阅读时间:217字, 不到1分钟
传说中的飞鼠程序:(解药:按alt+f4)
#include<windows.h>
#include<ctime>
using namespace std;
int main()
{
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while(1)
SetCursorPos(rand()%x,rand()%y);
return 0;
}
关于作者Zhang, Xuheng
- 还没有填写个人简介
- Email: hy23682@126.com
- 注册于: 2020-04-07 05:11:14