This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libg++ --> libstdc++
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: libg++ --> libstdc++
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Mon, 6 Dec 1999 14:29:23 -0800 (PST)
> 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.
-Benjamin