>  2003/07/13 (日) 14:20:10        [mirai]
> これやったらモニタ壊れた
> 	HDC hdc = GetDC(0);
> 	while (true) {
> 	BitBlt(hdc, 0, 0, GetDeviceCaps(hdc, HORZRES), GetDeviceCaps(hdc, VERTRES),
> 		hdc, 0, 0, NOTSRCCOPY);
> 	}

while(true)の時点で実行するのがアホ

参考:2003/07/13(日)14時18分56秒