This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: libg++ --> libstdc++


Benjamin Kosnik wrote:
> 
> > I was wondering if there was a document or a site dedicated to help =
> > people porting software from libg++ to the new libstdc++ methods?
> 
> Not that I am aware of.
> 
> > Im having a lot of problems finding help on what say the after() =
> > equivalent in libstdc++ is.
> 
> I suggest you look at one of the many books on the c++ standard library,
> and then take that knowledge back to libg++. See the project web page for
> some book links.

Bjarne Stroustrup
The C++ Programming Language (Third Edition)
[Covers the language, the standard library (including the STL)]

Nicolai Josuttis
The C++ Standard Library: A Tutorial and Reference
[More in-depth coverage of the standard library (including the STL)]

Matthew Austern
Generic Programming and the STL
[More in-depth coverage of the STL]

-- 
Marc Lepage
Software Developer
Molecular Mining Corporation
http://www.molecularmining.com/

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