Shouldn't that be:

#include <iostream>

int main ()
{
        cout << "Hallo world" << endl;
        return 0;
}

I think your prompt is overwritting your output...

Could be wrong,
Nick.

Fabio Spreafico wrote:

> I'm getting problems, that never happened under Mandrake 7.2, in running
> compiled c++ programs. Let's have an example: the "Hallo world!".
>
> #include <iostream>
>
> int main ()
> {
>         cout << "Hallo world\n";
>         return 0;
> }


Reply via email to