This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: String.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]