Quoting Eugene L. Berman <[EMAIL PROTECTED]>:
> Sorry for probably FAQ, but, anyway, what is the most standart
> C++ collections library (which contains classes like Vector, 
> HashMap, Iterator, etc), and is best for use in Linux apps 
> development? 
You are talking about STL, which is part of the C++ standard, so every C++ 
compiler (g++ included) must have it...

If you want to look at the header files they are either directly under
/usr/include or /usr/include/g++.

Enjoy Linux programming,

Liran.
-- 
__________________________________________________________________________
Liran Zvibel.                            | " Give a man a fish and you
System Programmer, System Administrator. |   feed him for a day;
email : [EMAIL PROTECTED]              |   teach him to use the Net
phone : 972-54-876808 ; 972-3-6499371    |   and he won't bother you
home  : http://www.math.tau.ac.il/~liranz|   for weeks. "
UIN   : 708004        ; WHOIS : LZ615    |
--------------------------------------------------------------------------

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

Reply via email to