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

for(int i=0;i<1;i++)

Name: Anonymous 2012-10-29 13:02

if(1){
DoThis();
}
else{
DoThat();
}

Name: Anonymous 2012-10-29 18:24

>>40
Is that like YOLO?

Name: Anonymous 2012-10-29 18:26

>>41
FIOC

Name: Anonymous 2012-10-29 18:37

>>18
uhhh that is needlessly complicated.... just do this:

bool isEqual(int a, int b) {
    if (isEqual(a, b)) {
        return true;
    } else {
        return false;
    }
}

Name: Anonymous 2012-10-29 20:48

if [ $dubs = true ]
then
checkem
fi

Name: Anonymous 2012-10-30 0:47

>>27
Under what circumstances could it possibly be useful to overload the comparison operators in such a way as to render them intransitive? If you've done that you've already blown your leg off and are walking around on the stump.

Name: Anonymous 2012-10-30 23:54

>>43
I especially like that your code terminates

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