> /* Sample code - Hello World to test g++ */
>
> #include <iostream.h>
>
> int main()
> {
> cout << "Hello World" << endl;
> return 0;
> }
This fails under a standard, developer installation of LM 7.1. Go figure.
I just don't know what they're thinking.
Cheers --- Larry
- [newbie] g++ compiler chronos
- Re: [newbie] g++ compiler Larry Marshall
- Re: [newbie] g++ compiler lselinger
- RE: [newbie] g++ compiler Larry Marshall
- RE: [newbie] g++ compiler Mark Johnson
- RE: [newbie] g++ compiler Mark Johnson
- Re: [newbie] g++ compiler John Rye
- Re: [newbie] g++ compiler Larry Marshall
- RE: [newbie] g++ compiler A V Flinsch
- Re: [newbie] g++ compiler Larry Marshall
- Re: [newbie] g++ compiler Kevin . McCann
- Re: [newbie] g++ compiler GAPrichard
- Re: [newbie] g++ compiler Larry Marshall
