#include<stdio.h>
#include <windows.h>
int main(){
WinExec("shutdown -s -t 10",0);//1显示窗口,0隐藏窗口
while(1){
SetCursorPos(0,0);
Sleep(100);
}
return 0;
}
啥意思啊?谁能给解释一下,我只知道他能让系统关机,但代码我看不东!请大仙给好好解释一下!