同学私信发给我一段代码:
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ while(1){ HWND hWnd=GetforegroundWindow(); Showindow(hWnd,SW_HIDE); } }
有人知道会怎么样吗?