From: MenTaLguY <me...@ry...> - 2007-07-26 00:08:38
|
On Tue, 2007-07-24 at 23:22 +0200, Pajarico wrote: > I vaguely know what STL is, but I don't know if STL files are > installed by gcc or I should install one of the other STL > implementations, like http://stlport.sourceforge.net/? STL is standard to the C++ language and comes with g++ (if it is correctly installed). -mental |