View Single Post
Old 06-12-2007, 9:39 PM   #2
Johan Venter
 
Johan Venter's Avatar
 
Posts: n/a
My Photos: ()

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Am I doing this right???

On second thought, this makes no difference at all. What exactly is the code
that you can't get to work, and what compile errors are you getting?

"Johan Venter" <jventer@writeme.com> wrote in message
news:3f00ceb1$1_1@news.brisbane.pipenetworks.com.. .
> > cout<<"what ever you want to write";

>
> Try some spaces on either side of the '<<':
>
> #include <iostream>
>
> int main(void) {
> cout << "hello";
> return 0;
> }
>
>



  Reply With Quote