Re: mac schmack

[prev] [thread] [next] [lurker] [Date index for 2003/09/08]

From: Nicholas Clark
Subject: Re: mac schmack
Date: 21:58 on 08 Sep 2003
On Mon, Sep 08, 2003 at 09:55:01PM +0100, Nicholas Clark wrote:

> int main () {
>   printf ("\b\b\b\b\b\a");
>   return 0;
> }
>  will BSOD even modern Windows. Although I hates Google for not letting
> me search on punctuation.

http://pandora.idnes.cz/part/2001/10/35324

Apparently

#include <stdio.h>
	
int main(void)
{
  printf("CrashMe\t\t\b\b\b\b\b\b");
  printf("CrashMe\t\t\b\b\b\b\b\b");
  return 0;
}

I didn't think that it needed 2 lines. But I don't have Win2K to test it
on.

Nicholas Clark
There's stuff above here

Generated at 14:02 on 01 Jul 2004 by mariachi 0.52