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;
> }
- [expert] Mdk 8.0: problems in running c++ execs. Fabio Spreafico
- [expert] GCC 3.0 - Question on GPL Nick Thompson
- [expert] GCC 3.0 - Question on GPL Shahrimi Johann
- Re: [expert] GCC 3.0 - Question on GPL Craig Sprout
- RE: [expert] GCC 3.0 - Question on GPL JoeLX
- Re: [expert] GCC 3.0 - Question on ... Nathan Callahan
- Re: [expert] GCC 3.0 - Question... Pierre Fortin
- Re: [expert] GCC 3.0 - Question on GPL ninjaz
- Re: [expert] Mdk 8.0: problems in running c++ execs. Jay DeKing
- Re: [expert] Mdk 8.0: problems in running c++ execs. Fabio Spreafico
- RE: [expert] Mdk 8.0: problems in running c++ execs. Thierry De Corte
