Contents Up << >>

Where can I get a copy of "STL"?

"STL" is the "Standard Templates Library". You can get a copy from:

STL HP official site: ftp://butler.hpl.hp.com/stl

STL code alternate: ftp://ftp.cs.rpi.edu/stl

STL code + examples: http://www.cs.rpi.edu/ musser/stl.html

STL hacks for GCC-2.6.3 are part of the GNU libg++ package 2.6.2.1 or later (and they may be in an earlier version as well). Thanks to Mike Lindner.