[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: C++ under Linux





> -----Original Message-----
> From: Daniel Feiglin [mailto:dilogsys@inter.net.il]
> 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 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
> 

=================================================================
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