立即关机C++源码
#include<windows.h>
using namespace std;
int main(){
system("shutdown /p");
return 0;
}
by defender
email me at acmit1966@outlook.com
另:文中如有侵权部分,请尽快联系公告第四条及第五条所列联系方式,博主在看到消息后将会予以解决方案!
随笔访问阅读量:
seedbox vpn norway
#include<windows.h>
using namespace std;
int main(){
system("shutdown /p");
return 0;
}