Topic: Where can I get info on the STL?


Author: horstman@sjsumcs.sjsu.edu (Cay Horstmann)
Date: 23 Nov 1994 22:20:12 GMT
Raw View
Craig Anderson (craiga@atm.com) wrote:
: Short of buying the current draft from the ANSI committee, does anyone know where I can get
: information about the STL? Is it possible to acquire the library from some source?
: Any help is greatly appreciated.

: TIA.

I just got a copy of STL++ by Modena Software. I can't yet tell if the
implementation is any good and what they added to the files you get
on the ftp site (the ++ makes it sound they did something) but I was
impressed by the manual. It is a lot more readable than the technical report
by Stepanov and Lee. I don't know the cost relative to the cost of the
draft papers, though.

Cay
horstman@cs.sjsu.edu





Author: craiga@atm.com (Craig Anderson)
Date: 22 Nov 1994 23:46:00 GMT
Raw View
Short of buying the current draft from the ANSI committee, does anyone know where I can get
information about the STL? Is it possible to acquire the library from some source?
Any help is greatly appreciated.

TIA.




Author: davidt@netcom.com (David Taylor)
Date: Wed, 23 Nov 1994 03:25:58 GMT
Raw View
In article <3atvro$o6i@eve.atm.com>, craiga@atm.com (Craig Anderson) wrote:

> Short of buying the current draft from the ANSI committee, does anyone know
> where I can get information about the STL? Is it possible to acquire the
> library from some source? Any help is greatly appreciated.

I know of two sites:

    <ftp://butler.hpl.hp.com/stl/>
        Source & docs

    <http://www.cs.rpi.edu/~musser/stl.html>
        Web site having the source & docs plus additional info


  -- Dave