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

C++ structure?

Name: Anonymous 2008-08-26 18:59

What's the correct structure for coding? Where are you supposed to put the braces "{}" at? When and where are you supposed to indent or use blank spaces?

This:

int main(){
  cout << "Hello World!";
  return 0;}


or this:
int main()
{
  cout << "Hello World!";
  return 0;
}

Is there a tutorial or book for this?

Name: Anonymous 2008-08-28 15:37

I'M C++

SON OF A BITCH JAVA

JAVA IS PIG

DO YOU WANT OBJECT ORIENTED?

DO YOU WANT SHORT CIRCUIT?

JAVA IS PIG DISGUSTING

SUN MICROSYSTEMS IS A MURDERER

FUCKING JAVA

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