
List price: $34.99 (that's 30% off!)
Used price: $0.72
Buy one from zShops for: $3.98





Used price: $8.93
Buy one from zShops for: $24.97





Used price: $7.59
Buy one from zShops for: $3.35





List price: $34.99 (that's 30% off!)
Used price: $0.80
Buy one from zShops for: $3.98


And best of all he covers digital video, digital audio, and other technologies that you don't think of as being computer hardware. I can't wait for his next book on technology.






List price: $59.99 (that's 30% off!)
Used price: $32.82
Buy one from zShops for: $32.82





List price: $29.99 (that's 30% off!)
Used price: $14.50
Collectible price: $18.00
Buy one from zShops for: $20.84


I recommend getting:
The C++ Programming Language Special Edition
by Bjarne Stroustrup with this book.



List price: $49.99 (that's 30% off!)
Used price: $15.44
Buy one from zShops for: $23.99





Used price: $2.47
Buy one from zShops for: $2.22


I was also interested in the material related to Y2K but found there was nothing included of any value. The Y2K 'checklist' had, I believe, two items - barely qualifying itself as a 'list'.
I also quickly came across typos, which is a serious concern for me with books which are dealing with technical subjects. I confess that I did not spend long with the book before deciding to return it, so I do not have more detail.



Used price: $0.63
Collectible price: $12.69
Buy one from zShops for: $0.63


For an example of just how bad the C++ is...
Keogh creates a "student" class that inherits from a class called "course." A student is a kind of a course? You would properly be able to use a student wherever a course was needed? This is one of the most common and blatant misuses of inheritance in any OO language, and the author exploits it to its fullest "potential" in this work. Similarly bad "logic" is used throughout the entire book. From a look at the TOC of the second edition, I can say that perhaps the author recognized some of the fatal flaws in this "work" and at least added a discussion of a copy constructor, exceptions and more "things you gotta know" if you're going to program using C++.
The author's "oversight" of anything representative of real C++ continues into chapter "Storing an Array of Objects on the Heap." As a C++ programmer, you might think that he really is talking about storing an array of Objects (not primative data types) on the heap using new and delete AND certainly NOT calloc/malloc and free! Looking further into it, we find that he is really using a standard C function call to calloc() to zerio initialize a char pointer then uses another standard C function call gets() to fill the memory at the address of the char pointer. Of course, this is just fine for C, but where is the new operator?! If you're really going to title a book using "C++," one might think that there would actually be something relevant to the way things are actually done in C++ and not just a rehashing of C. The absurd use of the mentioned chapter title suggests C++ and the contents further mislead by containing absolutely NO C++ at all! None! De Nada! In fact, the #include directives use only standard C library functions!
You wouldn't think that an example of The Bubble Sort would be found in a C++ "programmer's notebook." Perhaps a discussion of iterators and algorithms...but, like the rest of the C-specific content of this book, you'll also find a Linked List and NOT a std::list. Even though copyrighted in 1997, there is no excuse for such poor C++ coverage and the coverage that you do get is just plain wrong.

Each area of C++ is concisely explained with examples on e next page. Great for QUICK references. HOWEVER, its filled with minor spelling errors.... this can be quite disappointing, but hey, its not that bad. What area of C++ is explained? Just the usual stuff, but nothing to do with library definitions, but more on e basic stuff like arrays, enums, OO and others.
Definitely a SHORT and QUICK reference book, but for such a thin book compared to the other massive volumes of C++ programming books out there... you might want to look else where. This book is definitely for BEGINNERS ONLY. But the minor errors might cause some confusion.....so watch out.
