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

How Do You Pronounce ``int foo(int x);"

Name: Anonymous 2012-09-13 11:07

1.

int foo(int x)
{
    return bar * 2;
}


2. int foo(int x) { return bar * 2; }

3.
int foo(int x){
    return bar*2;
}


(``faggot")

Name: Anonymous 2012-09-13 19:31

>>11
It makes sense to treat return (also sizeof and the like) like functions. Using parenthesis makes the code look the best.

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