Topic: Please recommend STL book


Author: AllanW@my-dejanews.com
Date: 1998/06/09
Raw View
In article <6lg7rg$g6q@netlab.cs.rpi.edu>,
  "Mark Nelson" <markn@tiny.com> wrote:
>
> Albrecht Reimann wrote in message <3575296c.0@news.businessnet.dk>...
> >C++ Programmers Guide to the Standard Template Library by Mark Nelson, IDG
> >Books
> >best regards
> >Albrecht
>
> Unfortunately, this book is out of print.

I can't say anything about this particular book, I don't know.

However, I do know that a *lot* of books about STL, or about C++ in general,
are going to come out any second now (okay, any week now), thanks to the
relatively recent ANSI/ISO standard.  So if this book is out of print right
now, wait a week or two and see if there's a new edition available.

-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/   Now offering spam-free web-based newsreading

      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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 C. Paulsen, Jr." <paulsen@imailbox.com>
Date: 1998/06/10
Raw View
AllanW@my-dejanews.com wrote:
>
> In article <6lg7rg$g6q@netlab.cs.rpi.edu>,
>   "Mark Nelson" <markn@tiny.com> wrote:

< clip >

> > Unfortunately, this book is out of print.
>
> I can't say anything about this particular book, I don't know.
>
> However, I do know that a *lot* of books about STL, or about C++ in general,
> are going to come out any second now (okay, any week now), thanks to the
> relatively recent ANSI/ISO standard.  So if this book is out of print right
> now, wait a week or two and see if there's a new edition available.
>

Since Mark Nelson *wrote* the book, I doubt that he will need to wait to
see if there is a new edition!

P.S. I've been going through this book for the last week or so (got a
copy from a library) and it is pretty good.

--
Robert Paulsen      ICQ 11815732       http://paulsen.home.texas.net
If my return address contains "ZAP." please remove it. Sorry for the
inconvenience but the unsolicited email is getting out of control.

      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: "Mark Nelson" <markn@tiny.com>
Date: 1998/06/08
Raw View
Albrecht Reimann wrote in message <3575296c.0@news.businessnet.dk>...
>C++ Programmers Guide to the Standard Template Library by Mark Nelson, IDG
>Books
>best regards
>Albrecht

Unfortunately, this book is out of print.

--
| Mark Nelson - markn@tiny.com - http://web2.airmail.net/markn
| See my crossword on the DDJ web site: http://www.ddj.com/crosswd/
| Addisoft Consulting : http://www.addisoft.com





      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]
---
[ 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: "P.J. Plauger" <pjp@dinkumware.com>
Date: 1998/06/08
Raw View
Peter Garner <peter.garner@toward.com> wrote in article
<MDRLdUlulsRd-pn2-rFqNdo9hxfHv@pn-dialkn1-40.primary.net>...
> > One is on my desk:
> > David R. Musser
> > Atul Saini
> > "STL Tutorial and Reference Guide
> > C++ Programming with the Standard Template Library"
> > Addison-Wesley
> > ISBN 0-201-63398-1
> > This book has introduction to STL, example code and reference.
> >
> > Stroustrup's The C++ Programming Language, Third Edition covers
ANSI/ISO
> > C++
>
> As long as we are on the subject, can anyone recommend some good books
> on the entire ANSI/ISO C++ not just STL.  Stroustrup's book is very
> good, but I would like to have something else, especially something
> that explains the new templated stream library.  Not an introductory
> book, (I have 10 years experience with C++) but something that assumes
> a good working knowledge of C++ and concentrates on the ISO C++?

How's your German? Nicolai Josuttis has Die C++-Standardbibliothek out
already. Look for an English update sometime soon. Also Klaus Kreft and
Angelica Langer should soon have out a book on locale objects, if not
templated iostreams per se. I've got 2-3 years worth of columns on the
subject in C/C++ Users Journal, but no immediate plans to revise The
Draft Standard C++ Library to include the templatization discussed in
these columns.

If you're willing to settle for a reference, as opposed to a tutorial, see
http://www.dinkumware.com. Chase the links to the on-line C++ Library
Reference.

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com


      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]
---
[ 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: "Ed and Tricia Peddycoart" <edandtricia@mindspring.com>
Date: 1998/06/02
Raw View
I am in need of knowledge of STL.  Can anyone recommend a good book for STL.
One that is introductory in level, but one that I will not find useless in a
few months....

Ed




      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: "Albrecht Reimann" <NOSPAMare@basilproducts.dk>
Date: 1998/06/03
Raw View
C++ Programmers Guide to the Standard Template Library by Mark Nelson, IDG
Books
best regards
Albrecht

Ed and Tricia Peddycoart wrote in message <6l0fnq$dmr@netlab.cs.rpi.edu>...
>I am in need of knowledge of STL.  Can anyone recommend a good book for STL.
>One that is introductory in level, but one that I will not find useless in a
>few months....
>
      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: Vahur Krouverk <vahur@fv.aetec.ee>
Date: 1998/06/03
Raw View


Ed and Tricia Peddycoart wrote:

> I am in need of knowledge of STL.  Can anyone recommend a good book for STL.
> One that is introductory in level, but one that I will not find useless in a
> few months....

One is on my desk:
David R. Musser
Atul Saini
"STL Tutorial and Reference Guide
C++ Programming with the Standard Template Library"
Addison-Wesley
ISBN 0-201-63398-1
This book has introduction to STL, example code and reference.

Stroustrup's The C++ Programming Language, Third Edition covers ANSI/ISO
C++
Standard, thus STL as well. I recommend this book as  _must_ to any C++
programmer.


      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: ringi@bigfoot.com
Date: 1998/06/03
Raw View
In article <6l0fnq$dmr@netlab.cs.rpi.edu>,
  "Ed and Tricia Peddycoart" <edandtricia@mindspring.com> wrote:
>
> I am in need of knowledge of STL.  Can anyone recommend a good book for STL.
> One that is introductory in level, but one that I will not find useless in a
> few months....

I have found, "STL Tutorial and Reference Guide" by David R Musser &
Atul Saini to be very helpful.

If you have not got a copy of "The C++ Programming Language" by Bjarne
Stroustrup 3rd Edition, you should get a copy.

Ian Ringrose

ringi@bigfoot.com (Using bigfoot for spam filter)
http://www.thermoteknix.co.uk Queen's Award for Export 1998

-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/   Now offering spam-free web-based newsreading

      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: Howard Gardner <hgardner@hgardner.com>
Date: 1998/06/04
Raw View
Intro + Deep coverage -

David R. Musser, Atul Saini
STL Tutorial and Reference Guide
ISBN 0-201-63398-1

Good quick treatment -

Bjarne Stroustrup
The C++ Programming Language, third edition
ISBN 0-201-88954-4

Ed and Tricia Peddycoart wrote:

> I am in need of knowledge of STL.  Can anyone recommend a good book
> for STL.
> One that is introductory in level, but one that I will not find
> useless in a
> few months....
>
> Ed




[ 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: david.jaquay@bridge.bellsouth.com (David Jaquay)
Date: 1998/06/04
Raw View
On 2 Jun 1998 14:15:05 GMT, "Ed and Tricia Peddycoart"
<edandtricia@mindspring.com> wrote:

>I am in need of knowledge of STL.  Can anyone recommend a good book for STL.
>One that is introductory in level, but one that I will not find useless in a
>few months....

I first read about STL in "C++ Programmer's Guide to the Standard
Template Library" by Mark Nelson, and liked it quite a lot.  Amazon,
however, reports that this book is out of print.

I'm now reading "The C++ Programming Language, 3rd Ed" by Bjarne
Stroustrup.  If you have a decent background in C++, it shouldn't be
over your head, and if you want to KNOW the language, it is quite
valuable.  I've been reading it cover to cover, but have also used it
as a reference as I work on my current project, and have been able to
find answers to pretty much all of my questions.  But again, it helps
to have a decent background in C++ before picking it up.

Hope this helps,

Dave


      [ Send an empty e-mail to c++-help@netlab.cs.rpi.edu for info ]
      [ about comp.lang.c++.moderated. First time posters: do this! ]


[ 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: peter.garner@toward.com (Peter Garner)
Date: 1998/06/04
Raw View
> One is on my desk:
> David R. Musser
> Atul Saini
> "STL Tutorial and Reference Guide
> C++ Programming with the Standard Template Library"
> Addison-Wesley
> ISBN 0-201-63398-1
> This book has introduction to STL, example code and reference.
>
> Stroustrup's The C++ Programming Language, Third Edition covers ANSI/ISO
> C++

As long as we are on the subject, can anyone recommend some good books
on the entire ANSI/ISO C++ not just STL.  Stroustrup's book is very
good, but I would like to have something else, especially something
that explains the new templated stream library.  Not an introductory
book, (I have 10 years experience with C++) but something that assumes
a good working knowledge of C++ and concentrates on the ISO C++?

Thanks

Peter



[ 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              ]