Mail Archives: djgpp/2000/02/21/20:13:55
On Sun, 20 Feb 2000 10:33:46 +0000, Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk> wrote:
> gdefty AT ittglobal DOT net (Graeme Defty) wrote:
>
> > > If this is for a new project you may be better off using the standard
> > > string class (ie all lower case). You won't need libgpp for this.
>
> > This is indeed a new project and I would *love* to use a 'standard' string class, but I can't find it,
> > either in .h files or (using 'nm') in any of my libraries. Could you point me in the right direction?
>
> Yes, but you will kick yourself ;-)
>
> FWIW, I don't think that searching the headers or libraries is a good
> way to learn C++.
Now how on earth did you know that I was trying to learn??
But you're right, as I am discovering. I have been reading a (basic)
book which seems good, but it doesn't cover the class libraries at all.
>
> And as for the standard string class, brace yourself ...
>
>
> #include <string> // Ouch!
>
<Sounds offstage of rear-end being self-kicked>
Duhhh.
Thanks. Now I just need to scan the web for docs. Maybe if I
look into the include files I can figure out the interface ... :->
OK OK. I'll buy a book.
>
> HTH, Jason.
>
> ps. please can you reduce your line length.
Done.
Thanks again,
g
- Raw text -