Getting Your Hands on STL


You can find copies of STL at various places on the Internet. The horse's mouth, as it were, is Hewlett-Packard's anonymous ftp site, butler.hpl.hp.com. The Free Software Foundation, naturally enough, happily includes STL in libstd++, the library they are building to accompany GNU C++. Try their anonymous ftp site prep.ai.mit.edu, among others.

A very informative web site is maintained by David R. Musser at Rensslaer Polytechnic Institute. Reproduced below is Musser's original announcement from last year. The description is still fairly current, last time I looked.

P.J. Plauger

"Extensive information on STL (The ANSI/ISO C++ Standard Template Library) is now available on the World Wide Web. Included is a very detailed hypermedia reference manual for all STL generic algorithms. Brief overviews of containers and other kinds of STL components are also given. The ANSI/ISO specification document for STL and some related research material are also accessible.

The URL is: http://www.cs.rpi.edu/~musser/stl.html

The information is best viewed with the Mosaic browser, although much of it can also be viewed with the character-oriented Lynx viewer. For those who have Mosaic on their systems but are not familiar with its use, detailed instructions are attached below.

This material is still being evolved. More example programs that use STL will be added, and in the generic algorithms reference we plan to add the ability for users to provide their own input for the example programs that are executable from each algorithm data sheet. (Some material, about local compilers and directories, is mainly of interest to the Rensselaer Polytechnic Institute community.)

Please send comments and suggestions for improvement to musser@cs.rpi.edu.

Detailed instructions:

Dave Musser Rensselaer Polytechnic Institute (518) 276-8660 Computer Science Department musser@cs.rpi.edu Troy, NY 12180 FAX: (518) 276-4033."