Thread: C++ Help
View Single Post
Old 10-6-2005, 10:20 PM   #37
QreepyBORIS
FFR Player
 
QreepyBORIS's Avatar
 
Join Date: Feb 2003
Location: It is a mystery.
Age: 35
Posts: 7,454
Send a message via AIM to QreepyBORIS Send a message via MSN to QreepyBORIS
Default RE: Re: RE: Re: RE: Re: C++ Help

You can newline two ways.

Here is and example of each:

cout << "Cock goes where?\n";
cout << "Cock goes over there. -->" << endl;

Okay.

By the way, you should probably stick the namespace right under your includes. It's just easier than sticking it into every single function in the program.

And since you missed it: You forgot to return 0! You also forgot to put parentheses around your conditionals. Shame, man. :P
__________________

Signature subject to change.

THE ZERRRRRG.
QreepyBORIS is offline   Reply With Quote