Mail Archives: djgpp/2000/02/20/10:11:40
On Sat, 19 Feb 2000 11:48:58 +0000, Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk> wrote:
> gdefty AT ittglobal DOT net (Graeme Defty) wrote:
>
> > I have a number of 'Undefined String::String' and Undefined String::~String' error messages.
> > I have used 'nm' to find the other String class functions in 'libgpp.a' but
> > not the constructor or destructor.
>
> 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.
>
I tried -O and -O2 to no avail.
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?
Thanks,
g
- Raw text -