Announcement: C++ Primer, 4th edition



 DEVELOP > c-Plus-Plus > Announcement: C++ Primer, 4th edition

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > c-Plus-Plus
User: "Andrew Koenig"
Date: 16 Jan 2005 06:41:28 PM
Object: Announcement: C++ Primer, 4th edition
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/academic/product/0,1144,0201721481,00.html
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
.

User: "Mike Wahler"

Title: Re: Announcement: C++ Primer, 4th edition 17 Jan 2005 02:00:35 AM
"Andrew Koenig" <ark@acm.org> wrote in message
news:DNwGd.30166$w62.13886@bgtnsc05-news.ops.worldnet.att.net...

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
.

User: "Anand Hariharan"

Title: Re: Announcement: C++ Primer, 4th edition 18 Jan 2005 05:02:15 PM
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! ]
.
User: "Andrew Koenig"

Title: Re: Announcement: C++ Primer, 4th edition 19 Jan 2005 07:16:41 AM
"Anand Hariharan" <mailto.anand.hariharan@gmail.com> wrote in message
news:1106062003.528299.127510@c13g2000cwb.googlegroups.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! ]
.
User: "Chris \ Val "

Title: Re: Announcement: C++ Primer, 4th edition 19 Jan 2005 03:23:14 PM
"Andrew Koenig" <ark@acm.org> wrote in message
news:YvhHd.432$8u5.371@bgtnsc04-news.ops.worldnet.att.net...
| "Anand Hariharan" <mailto.anand.hariharan@gmail.com> wrote in message
| news:1106062003.528299.127510@c13g2000cwb.googlegroups.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! ]
.

User: "red floyd"

Title: Re: Announcement: C++ Primer, 4th edition 19 Jan 2005 05:17:22 PM
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! ]
.



User: "Artie Gold"

Title: Re: Announcement: C++ Primer, 4th edition 16 Jan 2005 10:49:19 PM
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/academic/product/0,1144,0201721481,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
.

User: ""

Title: Re: Announcement: C++ Primer, 4th edition 18 Jan 2005 05:20:17 PM
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! ]
.
User: "Andrew Koenig"

Title: Re: Announcement: C++ Primer, 4th edition 19 Jan 2005 07:17:15 AM
<krygen@gmail.com> wrote in message
news:1106008215.390881.10100@f14g2000cwb.googlegroups.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! ]
.

User: "dwizard"

Title: Re: Announcement: C++ Primer, 4th edition 19 Jan 2005 03:23:39 PM
No, you are thinking about "C++ Primer Plus" which is a different book.
<krygen@gmail.com> wrote in message
news:1106008215.390881.10100@f14g2000cwb.googlegroups.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! ]
.



  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER