String.h

Alexandre Oliva aoliva@redhat.com
Fri May 18 13:06:00 GMT 2001


On May 18, 2001, "Alex Arulanthu" <alex@cs.wustl.edu> wrote:

> Thanks Mike et al.  I was trying to port some code that is using  "class
> String" which I could find only in String.h...

String.h is part of the ancient and deprecated libg++.  You probably
want to use the Standard std::string class instead.  However, if
you're really sure you want to be using totally unsupported and
discontinued stuff, you may still be able to find libg++ snapshots at
the infrastructure directory at the GCC FTP site.  It probably won't
work with GCC 3.0 any more.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc mailing list