Are there any useful/basic classes provided by gcc ?

Alexandre Oliva aoliva@redhat.com
Sun Feb 11 08:50:00 GMT 2001


On Feb 11, 2001, "Long Fei" <lfei@ecn.purdue.edu> wrote:

> I wonder if there are any useful/basic classes (like the class that does all
> the string operations, etc.) provided by gcc.

I suppose you're talking about g++.  Its C++ library implements only
the classes specified in the C++ Standard.  They're very useful, but
possibly not for your purposes.  Without knowing what they are, it's
very hard to advise.  You can certainly find a number of C++ libraries
on the net, that might serve your purposes.

-- 
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