[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ under Linux
- To: Daniel Feiglin <dilogsys(at-nospam)inter.net.il>
- Subject: Re: C++ under Linux
- From: "Nadav Har'El" <nyh(at-nospam)math.technion.ac.il>
- Date: Tue, 4 Dec 2001 14:55:56 +0200
- Cc: iglu <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Hebrew-Date: 19 Kislev 5762
- In-Reply-To: <3C0C96C1.4000701@inter.net.il>; from dilogsys@inter.net.il on Tue, Dec 04, 2001 at 11:26:25AM +0200
- References: <3C0C96C1.4000701@inter.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2i
On Tue, Dec 04, 2001, Daniel Feiglin wrote about "C++ under Linux":
> What is / where is the rtfm which sets out the GNU C++ run time library and STL
> implementation dependent details? For example, hash tables though not yet part
> of the STL standard, seem to be widely implemented, and are considered to be
> "implementation dependent" - including the precise class API (See for example,
> Josuttis).
If I remember correctly, G++ uses SGI's STL implementation. SGI has a
good STL reference in http://www.sgi.com/tech/stl/, and you can also download
a complete copy to your own machine instead of browsing on their site.
Anyway, this is the reference that I used while programming with STL on
Linux (in addition to Stroustrup's "The C++ Programming Language" (Special
Edition) of course), and it always proved correct.
--
Nadav Har'El | Tuesday, Dec 4 2001, 19 Kislev 5762
nyh@math.technion.ac.il |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |What's the difference between roast beef
http://nadav.harel.org.il |and pea soup? Anyone can roast beef.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il