Topic: Best STL Book
Author: shai@kswaves.com (Shai Spharim)
Date: 1997/11/13 Raw View
"C++ Programmer's Guide to the STL" by Mark Nelson (IDG Books) taught me
all I know about the STL.
I recommend it.
BTW - Am I the only one how feels that these days publishers name books so
they will be easily found by search engines? This one has all the key
words build right into it!
--
Shai Spharim
Software Engineer
ksWaves Ltd.
23, Kalisher St.
Tel-Aviv
Israel 65165
Email: shai@kswaves.com
Home page: http://www.waves.com
Phone +972-35107667
Fax +972-35105881
___________________________________________
Computers are useless. They can only give you answers.
- Pablo Picasso.
---
[ 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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]
Author: "Mike Vance" <friend@lightspeed.net>
Date: 1997/11/10 Raw View
Can someone recommend a great book on STL that they've enjoyed reading and
would recommend to others?
Looking at Amazon.com I find 3 books worthy of mentioning:
"STL for C++ Programmers" - Leendart Ammerral
"STL Tutorial & Reference Guide" - David R. Musser
"Using the STL: The C++ Standard Template Library" - Robert Robson (On
Order)
Only one book received a review from its customers. It was even rated a
10: "STL Tutorial & Reference Guide". Has anyone else read this and can
comment if they agree it is such a fine book or if they have read another
they enjoyed. Thank you.
---
[ 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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]
Author: bparker@mailbox.uq.edu.au (Brian Parker)
Date: 1997/11/11 Raw View
On 10 Nov 97 22:15:06 GMT, "Mike Vance" <friend@lightspeed.net> wrote:
>Can someone recommend a great book on STL that they've enjoyed reading and
>would recommend to others?
>
>Looking at Amazon.com I find 3 books worthy of mentioning:
> "STL for C++ Programmers" - Leendart Ammerral
> "STL Tutorial & Reference Guide" - David R. Musser
> "Using the STL: The C++ Standard Template Library" - Robert Robson (On
>Order)
>
>Only one book received a review from its customers. It was even rated a
>10: "STL Tutorial & Reference Guide". Has anyone else read this and can
>comment if they agree it is such a fine book or if they have read another
>they enjoyed. Thank you.
I found "STL Tutorial & Reference Guide" to be useful with good
examples. It is a little dated now though, compared with the standard
library version of STL. "The C++ Programming Language 3rd edition" has
several chapters on the standard library's STL.
,Brian Parker.
---
[ 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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]
Author: mh43@acf5.nyu.edu (Mark Halvin)
Date: 1997/11/11 Raw View
bparker@mailbox.uq.edu.au (Brian Parker) writes:
>On 10 Nov 97 22:15:06 GMT, "Mike Vance" <friend@lightspeed.net> wrote:
>>Can someone recommend a great book on STL that they've enjoyed reading and
>>would recommend to others?
>I found "STL Tutorial & Reference Guide" to be useful with good
>examples. It is a little dated now though, compared with the standard
>library version of STL. "The C++ Programming Language 3rd edition" has
>several chapters on the standard library's STL.
I think it's sometimes nice to have a tutorial and a reference:
I recommend RUMINATIONS ON C++ by Koenig/Moo. Very good generic
programming tutorial. (A wonderful book in general, actually.) And Since
you may already have or want "The C++ Programming Language, 3rd Edition"
anyway, that could serve as your reference on STL -- that's what I've been
using.
--
---
Mark.Halvin@nyu.edu
---
[ 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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]