![]() |
|
|
|||||||
![]() |
C++ - Announcement: C++ Primer, 4th edition |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
C++ Primer, 4th edition, is complete and in the publisher's hands. Copies
are expected in bookstores around the end of February, and some vendors are already accepting preorders. This edition adds Barbara Moo to the authors (which is why I'm mentioning it), and is a complete rewrite using many of the principles behind Accelerated C++. In particular, it now covers vectors, strings, and iterators before arrays and pointers. The two books are still very different from each other. Accelerated C++ covers only material that we believe every C++ programmer needs to know, and is organized in an unconventional way that is optimized for fast learning but isn't intended for use as a reference. C++ Primer is much more conventionally organized, and also includes additional material that some programmers will need to know and others won't. It is useful both as a text and as a reference book. For these reasons, and because the Primer proceeds at a more leisurely pace than Accelerated C++, it is nearly three times as long (though still substantially shorter than the 3rd edition). I've already received email asking whether there are plans for a new edition of Accelerated C++. The answer is no: We see no reason to revise it until the next C++ standard is ready. Everything in it is as valid today as when it was published. Actually, some of it is more so: There are a few statements in Accelerated C++ that were false until C++2003 made them true You can find out more information about the C++ Primer, including the table of contents, here: http://www.aw-bc.com/catalog/academi...721481,00.html [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] Andrew Koenig |
|
|
|
|
#2 |
|
Posts: n/a
|
Andrew Koenig wrote:
> C++ Primer, 4th edition, is complete and in the publisher's hands. Copies > are expected in bookstores around the end of February, and some vendors are > already accepting preorders. > > This edition adds Barbara Moo to the authors (which is why I'm mentioning > it), and is a complete rewrite using many of the principles behind > Accelerated C++. In particular, it now covers vectors, strings, and > iterators before arrays and pointers. > > The two books are still very different from each other. Accelerated C++ > covers only material that we believe every C++ programmer needs to know, and > is organized in an unconventional way that is optimized for fast learning > but isn't intended for use as a reference. C++ Primer is much more > conventionally organized, and also includes additional material that some > programmers will need to know and others won't. It is useful both as a text > and as a reference book. For these reasons, and because the Primer proceeds > at a more leisurely pace than Accelerated C++, it is nearly three times as > long (though still substantially shorter than the 3rd edition). > > I've already received email asking whether there are plans for a new edition > of Accelerated C++. The answer is no: We see no reason to revise it until > the next C++ standard is ready. Everything in it is as valid today as when > it was published. Actually, some of it is more so: There are a few > statements in Accelerated C++ that were false until C++2003 made them true > > > You can find out more information about the C++ Primer, including the table > of contents, here: > http://www.aw-bc.com/catalog/academi...721481,00.html > > > [ See http://www.gotw.ca/resources/clcm.htm for info about ] > [ comp.lang.c++.moderated. First time posters: Do this! ] > Spammer! --ag -- Artie Gold -- Austin, Texas http://it-matters.blogspot.com (new post 12/5) http://www.cafepress.com/goldsays Artie Gold |
|
|
|
#3 |
|
Posts: n/a
|
"Andrew Koenig" <> wrote in message
news > C++ Primer, 4th edition, is complete and in the publisher's hands. Copies > are expected in bookstores around the end of February, and some vendors are > already accepting preorders. > > This edition adds Barbara Moo to the authors (which is why I'm mentioning > it), and is a complete rewrite using many of the principles behind > Accelerated C++. Great. I have the 3rd edition and I think it's pretty good. Having read "Accelerated C++", I feel that Barbara's contributions can only make "C++ Primer" better. -Mike Mike Wahler |
|
|
|
#4 |
|
Posts: n/a
|
Andrew Koenig wrote: > C++ Primer, 4th edition, is complete and in the publisher's hands. Copies > are expected in bookstores around the end of February, and some vendors are > already accepting preorders. > Considering number of pages/word-count/<some similar metric>, would one say that this would be *THE* largest single book on C++ ever? I'd say that the 3rd edition and TCPL (somewhat) shared that status. best wishes, - Anand Hariharan [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] Anand Hariharan |
|
|
|
#5 |
|
Posts: n/a
|
do you mean 5th edition?
[ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] krygen@gmail.com |
|
|
|
#6 |
|
Posts: n/a
|
"Anand Hariharan" <> wrote in message
news: oups.com... > Considering number of pages/word-count/<some similar metric>, would one > say that this would be *THE* largest single book on C++ ever? No way. > I'd say that the 3rd edition and TCPL (somewhat) shared that status. > best wishes, Perhaps. The 3rd edition is about 1200 pages; the 4th is about 900. I think TCPL is more than 1000. [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] Andrew Koenig |
|
|
|
#7 |
|
Posts: n/a
|
<> wrote in message
news: ups.com... > do you mean 5th edition? Nope. Are you confusing the book with Prata's "C++ Primer Plus"? There's no connection. [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] Andrew Koenig |
|
|
|
#8 |
|
Posts: n/a
|
"Andrew Koenig" <> wrote in message news:YvhHd.432$... | "Anand Hariharan" <> wrote in message | news: oups.com... | | > Considering number of pages/word-count/<some similar metric>, would one | > say that this would be *THE* largest single book on C++ ever? | | No way. | | > I'd say that the 3rd edition and TCPL (somewhat) shared that status. | > best wishes, | | Perhaps. The 3rd edition is about 1200 pages; the 4th is about 900. | I think TCPL is more than 1000. I have the "10th Printing - Special Edition" clocked at '1020' pages, excluding the blanks Cheers. Chris Val [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] Chris \( Val \) |
|
|
|
#9 |
|
Posts: n/a
|
No, you are thinking about "C++ Primer Plus" which is a different book.
<> wrote in message news: ups.com... > do you mean 5th edition? > > > [ See http://www.gotw.ca/resources/clcm.htm for info about ] > [ comp.lang.c++.moderated. First time posters: Do this! ] > [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] dwizard |
|
|
|
#10 |
|
Posts: n/a
|
Andrew Koenig wrote:
> > Perhaps. The 3rd edition is about 1200 pages; 1236 the 4th is about 900. > I think TCPL is more than 1000. 1020 [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] red floyd |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Releases: More WB 2 Packs, Discontinued titles: Updated complete downloadable R1 DVD DB & info lists | Doug MacLean | DVD Video | 0 | 10-19-2004 05:45 AM |
| New Releases: ROTK-X, Fox 2-Packs & Criterion: Updated complete downloadable R1 DVD DB & info lists | Doug MacLean | DVD Video | 2 | 10-06-2004 05:31 AM |
| New Releases: Troy, Ultimate Matrix & status changes: Updated complete downloadable R1 DVD DB & info lists | Doug MacLean | DVD Video | 1 | 08-31-2004 01:02 PM |
| More New Silver Pressed DVDs Added.. | SPW | DVD Video | 0 | 05-13-2004 12:30 AM |
| New releases: Fox two pack blitz, WB 3 packs: Updated complete downloadable R1 DVD DB & info lists | Doug MacLean | DVD Video | 0 | 08-19-2003 05:39 AM |