When you post up code, can you stick up an explanation along with it for those who don't know what it does (like myself), please?Quote:
Originally posted by haxor41789@14 February 2004 - 18:09
Try this on a Windows 2000 / XP machine. Make sure to save all work first!
If you're on Windows 95 / 98 / 98SE, just browse on over to file:///c:/nul/nul and laugh. :DCode:#include <stdio.h>
int main (void)
{
while (1)
{
printf ("\t\t\b\b\b\b\b\b");
}
return 0;
}