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

Random cool shit you made thread.

Name: Anonymous 2008-06-04 10:39

GO!

Name: Anonymous 2008-06-04 12:33

unsigned int fact(const unsigned int x){
    if(x==0) return 1;
    return x * fact(x)
}


GCC TAIL RECURSION JUST KICKED IN, YO

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