> -----Original Message-----
> From: Daniel Feiglin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 11:26 AM
> To: iglu
> Subject: 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).
Well, I guess you should start from:
http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html
In addition, you may consider STLPort:
http://www.stlport.org
This is multiplatform STL implementation, supported by almost every
C++ compiler out there ( http://www.stlport.org/doc/platforms.html )
> What I'm after are the Linux dependent C++ "gotchas". (For
> standard C, they are
> well documented in the GNU Library Reference Manual.)
>
>
> =================================================================
> 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]
>
=================================================================
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]