473,395 Members | 2,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

OT & FYI: Accelerated C++ Missing Pages. Check yours!

If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten
around to reading it, I suggest you count the pages between page 18 and
page 51. I came up with zero. This is very disappointing since I have
been intending to read the book for some time now. I finally picked it up
with the expectation that I would breeze through it as a review and an
alternative expert perspective on C++. Now it looks as though I will have
to wait until I am able to get the book replaced.
--
"[M]y dislike for the preprocessor is well known. Cpp is essential in C
programming, and still important in conventional C++ implementations, but
it is a hack, and so are most of the techniques that rely on it. ...I think
the time has come to be serious about macro-free C++ programming." - B. S.

Jul 22 '05 #1
5 1664
"Steven T. Hatton" <su******@setidava.kushan.aa> wrote in message
news:EP********************@speakeasy.net...
If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten around to reading it, I suggest you count the pages between page 18 and
page 51. I came up with zero. This is very disappointing since I have
been intending to read the book for some time now. I finally picked it up
with the expectation that I would breeze through it as a review and an
alternative expert perspective on C++. Now it looks as though I will have
to wait until I am able to get the book replaced.


I just looked through copies of several different printings, and the pages
are all fine in those copies. That's a relief, because it suggests that
your problem is not systematic, but is probably a relatively rare
phenomenon.

The copies I checked include ones from the two latest printings. Can you
tell me which printing you have?
Jul 22 '05 #2
"Steven T. Hatton" <su******@setidava.kushan.aa> wrote in message
news:EP********************@speakeasy.net...
If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten around to reading it, I suggest you count the pages between page 18 and
page 51. I came up with zero.
They're OK in my copy (First Printing, Aug 2000). The book
does have some typos and errors, yes (mostly rectified by
web errata pages), but all the book's pages are there.
This is very disappointing
I can imagine.
since I have
been intending to read the book for some time now. I finally picked it up
with the expectation that I would breeze through it as a review and an
alternative expert perspective on C++. Now it looks as though I will have
to wait until I am able to get the book replaced.


Yes, definitely go back to where you got it and request a refund
or replacement.

If you got your book in a book store, perhaps some other patron
ripped out those two chapters and took them. Or perhaps it was
a simple mechanical malfunction that went unnoticed during printing.

-Mike
Jul 22 '05 #3
Andrew Koenig wrote:
I just looked through copies of several different printings, and the pages
are all fine in those copies. That's a relief, because it suggests that
your problem is not systematic, but is probably a relatively rare
phenomenon.
That's been said of me more than once. :-D
The copies I checked include ones from the two latest printings. Can you
tell me which printing you have?


December 2003, 7th printing. There is absolutely no evidence of any kind of
physical mechanical malfunction in the fabrication stage of printing.
There are no pages missaligned, bent, loose, excessively or insufficiently
glued, etc. I'm not an expert in bookbinding, but this defect appears to
have been generated at a level above the physical process of binding.
That's what makes me suspect I'm not the only one to find these pages
missing. If I am. That's all for the better. If not, I hope my calling
attention to the situation will help all parties involved identify and
correct the problem.
--
"[M]y dislike for the preprocessor is well known. Cpp is essential in C
programming, and still important in conventional C++ implementations, but
it is a hack, and so are most of the techniques that rely on it. ...I think
the time has come to be serious about macro-free C++ programming." - B. S.

Jul 22 '05 #4
"Steven T. Hatton" <su******@setidava.kushan.aa> wrote in message
news:Ws********************@speakeasy.net...
The copies I checked include ones from the two latest printings. Can you tell me which printing you have?
December 2003, 7th printing. There is absolutely no evidence of any kind of physical mechanical malfunction in the fabrication stage of printing.
There are no pages missaligned, bent, loose, excessively or insufficiently
glued, etc. I'm not an expert in bookbinding, but this defect appears to
have been generated at a level above the physical process of binding.
That's what makes me suspect I'm not the only one to find these pages
missing. If I am. That's all for the better. If not, I hope my calling
attention to the situation will help all parties involved identify and
correct the problem.


I just looked at my copy of the 7th printing, and it looks fine.

Incidentally, you said originally that the missing pages were 18-51. That
can't be right, because page 18, being an even-numbered page, would share a
physical piece of paper with page 17. Similarly, if page 51 is missing,
page 52 must also be missing because they share a physical piece of paper.
So what are the exact numbers?

The book has 14 pages with roman numerals before page 1, so the page with
number 1 is actually the 15th page in the book. Books are usually bound in
"signatures" of 16 pages, which means that page 3 is the first page of a
signature, as is page 19. I am therefore going to guess that page 18 is
actually present, and page 19 is the first missing page. If two signatures
were missing, then the first non-missing page after page 19 would be page
19+32, or page 51. So if pages 19-50 were missing, that would be exactly
two signatures, just the kind of problem that one might expect to find if
there were a mechanical error in the printing process.

Anyway, that's my guess. I would appreciate confirmation of the exact
numbers of the missing pages, either publicly or by private email.
Jul 22 '05 #5
Andrew Koenig wrote:
So if pages 19-50 were missing, that would be exactly
two signatures, just the kind of problem that one might expect to find if
there were a mechanical error in the printing process.

Anyway, that's my guess. I would appreciate confirmation of the exact
numbers of the missing pages, either publicly or by private email.


Ok, I'm gonna be a pedant here. What I originally wrote was "I suggest you
count the pages _between_ page 18 and page 51." The pages missing are those
which should lie between 18 and 51, i.e., 19 through 50, inclusive. Yes,
that does seem to constitute a reasonable count and numbering for a couple
of signatures. Typically when a signature is omitted in my printing
operation it is due to operator error:

hattons@ljosalfr:/download/org/gnu/gcc-3.4.0/gcc/
Fri Aug 27 15:24:37:> cat $(which make-book.sh)
#!/bin/bash
SIGNATURE=20
usage="make-book.sh [-s signature] filename"
while getopts ":s:w:c:" opt; do
case $opt in
s ) SIGNATURE=$OPTARG ;;
\? ) echo $usage
exit 1 ;;
esac
done

shift $(($OPTIND - 1))
FILE_NAME=$1
psbook -s$SIGNATURE $FILE_NAME | psnup -pletter -2 >
${FILE_NAME%.ps}-book.ps;
hattons@ljosalfr:/download/org/gnu/gcc-3.4.0/gcc/
Fri Aug 27 15:25:12:>

But the lack of confirmation from others suggests to me it was an isolated
mechanical anomaly which produced the defect. I really have little concept
of the machinery used to mass produce books. At this point it's just idle
curiosity, but I would really like to understand /how/ this happened. I
would expect such an incongruence to be fairly noticeable to the machine
operator. Perhaps they simply let it pass on the assumption that 'it'll
show up eventually'.
--
"[M]y dislike for the preprocessor is well known. Cpp is essential in C
programming, and still important in conventional C++ implementations, but
it is a hack, and so are most of the techniques that rely on it. ...I think
the time has come to be serious about macro-free C++ programming." - B. S.

Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: BoonHead, The Lost Philosopher | last post by:
I think the .NET framework is great! It's nice, clean and logical; in contradiction to the old Microsoft. It only saddens me that the new Microsoft still doesn't under stand there own...
4
by: Luklrc | last post by:
Hi, I'm having to create a querysting with javascript. My problem is that javscript turns the "&" characher into "&amp;" when it gets used as a querystring in the url EG: ...
7
by: El kroty | last post by:
Hi folks!! i'm trying to write k&r ex1-24 without a stack. I almost have it but there's a bug that makes me crazy and can't find it :'( whit some files it works and with others it doesn't. Here is...
11
by: ajikoe | last post by:
Hello, I used Visual C# Standard Edition. I want to comment my program using xml commentary method, I don't know why if I use value and example tag, it is not working / showed in the html...
28
by: Martin Jørgensen | last post by:
Hi, I have a "funny" question, which I think is pretty "healthy" to examine... This program is being investigated: - - - - - - - #include <iostream> using namespace std; #define DAYS 7
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
1
by: Jennifer | last post by:
Hi. I don't know a whole bunch about html and asp pages, but I thought I'd give it a try to see if I could get it to work. I found an example for a calendar event page from Microsoft at: ...
17
by: Arpan | last post by:
When a Button is clicked in a Web Form in an ASPX page, the Form will post back to itself. Under such circumstances (i.e. when a Button is clicked), will the Page_Load sub execute first & then will...
15
by: fyi | last post by:
My new blog on bits and pieces of PHP coding. http://bitspiecesphp.blogspot.com/ Have used all of them. Hope they're as useful to others: Use PHP to track email sender from your web site...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.