Name:
Anonymous
2007-11-10 14:27
Post some code that if compiled and the executable is ran, it will totally kill your computer. I'm talking a real FUBAR.
Name:
Anonymous
2007-11-10 22:53
This:
for(;;) {
fprintf(f,"LOLWUT");
}
Should probably be replaced with this:
for(int i = 0;1;i++) {
fprintf(f,"LOLWUT");
if(i%1024 == 0) {
fflush(f);
}
}