> I have a project I've been working on in RedHat 7.3, and it's 
> just fine.  I just tried migrating it to RedHat 9.0, and for 
> some reason the g++ that's installed there does not know 
> about the "string" class.  Statements like 
>      string s1 = "foo";
> report a syntax error before "=".

I haven't dealt with RedHat compilers, but shouldn't that be:

     String s1 = "foo";

Or perhaps I'm thinking of Java.


In Harmony's Way and In A Chord,

Tom  ;-})

Registered Linux User #154358

Plain Text Emails Don't Spread Virii!
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to