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

C code style

Name: Anonymous 2011-10-26 17:39

C/C++ style general.
int main() {
}

int main()
{
}

2 space indent or 4? Spaces or tabs?

Name: Anonymous 2011-10-27 2:21


int foo(int bar)
{
}



if(foo)
{
}
else if(bar)
{
}
else {
}


do {
} while(foo);



try {
}
catch(...)
{
}

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