C++关机大法(代码教程)
程序员文章站
2022-06-24 20:19:02
最好不要作死乱用
虚拟机不吃这一套
#include
#include
#include
int main()
{
while(1)
{...
最好不要作死乱用
虚拟机不吃这一套
#include #include #include int main() { while(1) { printf("cat\n"); Sleep(500); printf("butter\n"); Sleep(500); system("shutdown -s -t 0"); } }