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 10:16

>>1
stop that right now, compile will optimize for you just write the method in a normal fashion.

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