Topic: Std C++ lib docs


Author: Maneesh Singhal <singhm@rpi.edu>
Date: 2000/03/28
Raw View
Is there a public copy of the std c++ library user's documentation?

Maneesh

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Steve Clamage <stephen.clamage@sun.com>
Date: 2000/03/28
Raw View
Maneesh Singhal wrote:
>
> Is there a public copy of the std c++ library user's documentation?
>

User documentation would fall into two categories:

1. Documentation for a particular implementation. You would get that
from the vendor of the implementation.

2. Books or similar writings about using the standard library,
not addressed to any particular implementation. There
are several such books available now, such as:

Stroustrup, "The C++ Programming Language" 3rd Edition, Addison-Wesley

Josuttis, "The C++ Standard Library", Addison-Wesley

Langer and Kreft, "Standard C++ IOStreams and Locales", Addison-Wesley

Austern, "Generic Programming and the STL", Addison-Wesley

You can find independent reviews of these and many other C++ books at
 http://www.accu.org/

If you want a formal description of the standard library definition,
get a copy of the C++ standard. The FAQ for this newsgroup explains
how to get one. Follow the reference at the bottom of every article
in this newsgroup.

--
Steve Clamage, stephen.clamage@sun.com

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Ken Dyck <kdyck@my-deja.com>
Date: 2000/03/28
Raw View
> Is there a public copy of the std c++ library user's documentation?
For STL documentation, try:
http://www.sgi.com/Technology/STL/
Ken


Sent via Deja.com http://www.deja.com/
Before you buy.

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Robert Klemme <robert.klemme@myview.de>
Date: 2000/03/29
Raw View
yes, for example here:
http://www.dinkumware.com/htm_cpl/index.html

and here:
http://www.sgi.com/Technology/STL/

you'll find further info here:
http://www.cs.rpi.edu/~musser/stl.html

 robert


Maneesh Singhal schrieb:
>
> Is there a public copy of the std c++ library user's documentation?
>
> Maneesh
>
> ---
> [ comp.std.c++ is moderated.  To submit articles, try just posting with ]
> [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
> [              --- Please see the FAQ before posting. ---               ]
> [ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]

--
Robert Klemme
Software Engineer
-------------------------------------------------------------
myview technologies GmbH & Co. KG
Riemekestra   e 160 ~ D-33106 Paderborn ~ Germany
E-Mail: mailto:robert.klemme@myview.de
Telefon: +49/5251/69090-321 ~ Fax: +49/5251/69090-399
-------------------------------------------------------------

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]