Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
POINTERS, STACK, CODESPACE, ETC
1
Name:
Anonymous
2008-05-25 17:58
http://i30.tinypic.com/2z5itg5.jpg
Read and enjoy the lesson
52
Name:
Anonymous
2008-05-26 22:07
>>4
you forgot the fact that this:
int main(void){
char s[1024];
main();
return(0);
}
is the same as this:
int main(){
for(;;);
return 0;
}
unless your compiler is absolute shit.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List