运行这个程序

Eric 阿蕾奇诺 2024-09-03 16:40:47 27
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("start .\\123.exe");
POINT point;
point.x = 100;
point.y = 100;

SetCursorPos(point.x, point.y);
return 0;
}

记得把文件名定义成123.cpp

{{ vote && vote.total.up }}

共 5 条回复

elk

你这个不就是把鼠标固定在(100,100)的位置吗,我直接将文件名改成114514就无效了

elk

本来想运行,结果看到

#include<windows.h>

T001

有啥结果?

LimbusCompany_Player

nm

LimbusCompany_Player

c