Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

POINTERS, STACK, CODESPACE, ETC

Name: Anonymous 2008-05-25 17:58

http://i30.tinypic.com/2z5itg5.jpg

Read and enjoy the lesson

Name: Anonymous 2008-05-26 23:04

>>52


you forgot the fact that this:
[code]int main(void){
  main();
  return(0);
}


is the same as this with -funroll-loops:
int main(){
 for(;;);
 return 0;
}


unless your compiler is absolute shit.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List