Newbie problem with the String class

Eric Rouse eric at brew-meister.com
Thu Feb 10 01:53:43 GMT 2000



>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 2/9/00, 8:31:12 AM, Jacek Wojdel <wojdel at chrysler.kbs.twi.tudelft.nl> 
wrote regarding Re: Newbie problem with the String class:


> Unfortunately I can't check the latter one as on Solaris libg++ 
clashes with
> libstdc++ (and using "-nostdlib -lc -lm -liostream -ldl" still didn't 
resolve
> _IO_getc and _IO_putc, but it may be different on Linux box).

I was just wondering, are you using namespace with those?  You should 
be able to have something like...


using namespace std;

then:

   std::string myString("some text..");


Regards,
Eric








More information about the KDevelop mailing list