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

You gotta be a fucking nigger!

Name: Anonymous 2012-06-16 14:27

If your brace style looks like this
while (x == y)
{
    something();
    somethingelse();
}
 
finalthing();


or this

while (x == y)
    {
    something();
    somethingelse();
    }
 
finalthing();


or even worse, like this

while (x == y)
{   something();
    somethingelse();
    //...
    if (x < 0)
    {   printf("Negative");
        negative(x);
    }
    else
    {   printf("Non-negative");
        nonnegative(x);
    }
}
finalthing();


you should get your eyes and limp dick burn with battery acid, you disgusting twat.

This is the one true brace style.
if (x < 0) {
        puts("Negative");
        negative(x);
    } else {
        puts("Non-negative");
        nonnegative(x);
    }

Name: Anonymous 2012-07-03 8:44


  int foo(int a)
{ int x = 1
; int y = 100
; if (a < x)
{ return -1
} else if (a >= x && a <= y)
{ return 0
} else
} return 1
}
}

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