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

Static Anus

Name: Anonymous 2011-11-02 9:59

which is better for heavy use (thousands of times invoked)


int getpenis(char t[],char g[])
{
    //compare return 0 for match
}


or


static int r;
static char[] s;
static char[] l;
void getpenis()
{
   //compare s and l, set ret to 0 if match
}

Name: Anonymous 2011-11-02 21:14

>>1

1st one has to store load values from stack

2nd has not to do that

but theres no real point in using the static thingy

unless you are messing with the compiler

in some weird but cool way

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