Topic: Who's working on books?


Author: "P.J. Plauger" <pjp@dinkumware.com>
Date: 1998/10/02
Raw View
Howard Gardner <hgardner@hgardner.com> wrote in article <3613E9A4.FC50BA84@hgardner.com>...
> P.J. Plauger wrote:
> > I've just completed a library *reference* that matches the final
> > C++ Standard, but I have no current plans for updating that
> > particular book. And I'm still struggling to complete a (very
> > late) STL book, with Stepanov, Lee, and Musser.
>
> Is the reference to which you refer is the one on the
> Dinkumware site?
>
> http://www.dinkum.com/

Yes, except that it is significantly updated to match the final C++
Standard, and we're providing it as a printed book with an HTML
diskette.

> Good luck in the STL book struggle.  I eagerly anticipate
> your victory.

Thanks.

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



[ 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: wyldkard@total.net (DudleyDoRight)
Date: 1998/10/03
Raw View
Not to undermine the valiant work that P.J. is putting into his book.
(i'll be looking for it also)

I use The Mitchell Waites "Signature Series" book
Called C++ Primer Plus by Stephen Strata.

It's the ANSI / ISO C++ standard only, but, discusses the quirks of
each compiler and how it uses the ISO standard of C++.

I'm not sure if this is what you are looking for, but I DO hope it
helps you.


<snipped some stuff>

On 29 Sep 1998 15:54:46 GMT, Howard Gardner <hgardner@hgardner.com>
wrote:

>
>I just wandered down to the bookstore and looked around,
>hoping that I could finaly start puting together my library
>on Standard C++.
>
---
[ 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: Matt Austern <austern@sgi.com>
Date: 1998/10/05
Raw View
Howard Gardner <hgardner@hgardner.com> writes:

> I'd love to get my hands on a book (or books) that focus
> on extending the STL (creating my own allocators,
> iterators, etc) and the iostreams (implementing my
> own streambufs).
>
> I'd also like to see a design patterns book which focuses
> a bit more tightly on Standard C++ implementations, and
> an OOM&D similarly focused on Standard C++
> implementations.
>
> Who's working on what? When will they be finished?

There are a number of STL books out there.  My book, _Generic
Programming and the STL_, should be available quite soon.  It might be
(part of) what you're looking for.

As you can probably guess from the title, my book discusses the STL
only, not I/O.
---
[ 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: ark@research.att.com (Andrew Koenig)
Date: 1998/09/30
Raw View
In article <3610339F.DF6A8CE0@hgardner.com>,
Howard Gardner  <hgardner@hgardner.com> wrote:

> Is Bjarne Stroustrup working on a new version of
> "The C++ Programming language?" I've got the
> 3rd edition, and it's a great book, but aren't there
> changes?

He isn't working on a new version, but he does make minor
corrections between printings.  He posts the details on
http://www.research.att.com/~bs/3rd_errata.html
--
    Andrew Koenig
    ark@research.att.com
    http://www.research.att.com/info/ark



[ 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/09/30
Raw View
Howard Gardner <hgardner@hgardner.com> wrote in article <3610339F.DF6A8CE0@hgardner.com>...
> Is Bjarne Stroustrup working on a new version of
> "The C++ Programming language?" I've got the
> 3rd edition, and it's a great book, but aren't there
> changes?

Yes, and even if he produced a fourth edition it would soon be
``obsoleted'' by a (normative) Technical Corrigendum, or a (non
normative) Technical Report issued by the committee. C++ is
a journey, not a destination.

> Is P. J. Plauger working on "The Standard C++ library?"
> I've got the "draft" version, which was remarkably
> useful for quite a while, but is now a bit dated.

I've just completed a library *reference* that matches the final
C++ Standard, but I have no current plans for updating that
particular book. And I'm still struggling to complete a (very
late) STL book, with Stepanov, Lee, and Musser.

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com/hot_news.html
---
[ 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/10/01
Raw View
P.J. Plauger wrote:

<snip mild chastisement>

> > Is P. J. Plauger working on "The Standard C++ library?"
> > I've got the "draft" version, which was remarkably
> > useful for quite a while, but is now a bit dated.
>
> I've just completed a library *reference* that matches the final
> C++ Standard, but I have no current plans for updating that
> particular book. And I'm still struggling to complete a (very
> late) STL book, with Stepanov, Lee, and Musser.
>
> P.J. Plauger
> Dinkumware, Ltd.
> http://www.dinkumware.com/hot_news.html

Is the reference to which you refer is the one on the
Dinkumware site?

http://www.dinkum.com/

Good luck in the STL book struggle.  I eagerly anticipate
your victory.

--
mailto:hgardner@hgardner.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: Howard Gardner <hgardner@hgardner.com>
Date: 1998/09/29
Raw View
I just wandered down to the bookstore and looked around,
hoping that I could finaly start puting together my library
on Standard C++.

Not yet.

Is Bjarne Stroustrup working on a new version of
"The C++ Programming language?" I've got the
3rd edition, and it's a great book, but aren't there
changes?

Is P. J. Plauger working on "The Standard C++ library?"
I've got the "draft" version, which was remarkably
useful for quite a while, but is now a bit dated.

Are David R. Musser and Atul Saini updating their
"STL Tutorial and Reference Guide?" Another book
that's still very useful to me, but which I suspect must
be a little dated.

I'd love to get my hands on a book (or books) that focus
on extending the STL (creating my own allocators,
iterators, etc) and the iostreams (implementing my
own streambufs).

I'd also like to see a design patterns book which focuses
a bit more tightly on Standard C++ implementations, and
an OOM&D similarly focused on Standard C++
implementations.

Who's working on what? When will they be finished?

--
mailto:hgardner@hgardner.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              ]