[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ collections for Linux
Quoting Eugene L. Berman <eugene@mannanetwork.com>:
> 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 : liranz@actcom.co.il | 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 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