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 [EMAIL PROTECTED] |----------------------------------------- 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 [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
