Warning: file(./btcambbhtz.txt): Failed to open stream: No such file or directory in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 41

Warning: Trying to access array offset on value of type bool in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 42

Warning: Trying to access array offset on value of type bool in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 42
C++有趣程序(13) - Ericnth的小站

C++有趣程序(13)

Hello, 欢迎登录 or 注册!

/ 0评 / 0

本文作者:  本文分类:C++小游戏 编程学习笔记  浏览:1485
阅读时间:137字, 不到1分钟

自创弹窗程序:(解药:先在任务栏中关闭exe文件,再右键所有运行弹窗关闭)

#include<windows.h>
using namespace std;
int main()
{
    system("color F5");
    for(;;) system("start cmd");
    return 0;
}

关于作者

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注