> /* 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



Reply via email to