Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series) | 
enlarge | Author: Scott Meyers Publisher: Addison-Wesley Professional Category: Book
List Price: $49.99 Buy New: $33.75 You Save: $16.24 (32%)
New (48) Used (15) from $31.99
Avg. Customer Rating: 132 reviews Sales Rank: 8878
Media: Paperback Edition: 3 Number Of Items: 1 Pages: 320 Shipping Weight (lbs): 1.7 Dimensions (in): 9.2 x 7.2 x 0.7
ISBN: 0321334876 Dewey Decimal Number: 005.133 EAN: 9780321334879 ASIN: 0321334876
Publication Date: May 22, 2005 Availability: Usually ships in 1-2 business days Condition: Brand new, mint condition. Never read copy. Binding intact. Ships same day or next day!
|
| Also Available In:
|
| Similar Items:
|
| Editorial Reviews:
Amazon.com This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer. The book opens with some hints for porting code from C to C++ and then moves on to the proper use of the new and delete operators in C++ for more robust memory management. The text then proceeds to class design, including the proper use of constructors, destructors, and overloaded operator functions for assignment within classes. (These guidelines ensure that you will create custom C++ classes that are fully functional data types, which can be copied and assigned just like built-in C++ classes.) The author also provides a handful of suggestions for general class design, including strategies for using different types of inheritance and encapsulation. Never doctrinaire and always intelligent, these guidelines can make your C++ classes more robust and easier to maintain. --Richard Dragan
|
| Customer Reviews: Read 127 more reviews...
Kindle Edition formatting acceptable, but not great June 6, 2008 This book is fantastic, I own three editions.
But the Kindle edition is a pale shadow of the print edition. Purchase the printed edition first, use the Kindle edition only as a portable reference. Expect your reading speed to be much slower on the Kindle edition than in the print edition.
The Kindle display is too narrow for the code, causing lines to wrap at inconvenient places. Code is mostly readable, but the line wraps render the code less readable than the print edition.
The Kindle edition uses the same serifed font for both code and prose, all in black. The printed edition uses a serif font for prose, and uses a sans-serif font to differentiate code. The print edition uses color to identifies important code.
Comparing the two editions gives you deeper appreciation for the art of typesetting.
Photos comparing Kindle and printed formatting at http://gallery.mac.com/ziggr#100056
The Scott Meyers books were *the* reason I bought a Kindle: these books were in my backpack on the day I ordered my Kindle. "I could carry a 10oz Kindle instead of a stack of books? Sold!" Even with the Kindle's limited formatting capabilities, I'm glad to finally have them in a Kindle edition.
Just get it April 26, 2008 1 out of 1 found this review helpful
This book must be required reading for anyone developing in C++. I count this book as essential as Bjarne Stroustrup's "The C++ Programming Language"; these two books are a necessity.
Mr. Stroustrup's book could be considered a technical reference to the C++ language. This book I consider as a technical reference for how to use the C++ language.
The book was well written. I found the book to be easy to read and the index to be exhaustive enough for the book to be used as a quick reference.
Good theoretical treatise of issues at hand April 14, 2008 0 out of 1 found this review helpful
Is this a great book? I have been asking myself that question ever since I found out that Scott Meyers does not write (or has not written for a long time) production code in C++. With that said, book is a great theoretical treatise on how to make your C++ code better but it is not a "cookbook" which will be immediately useful in day to day tasks. This is not necessarily a bad thing; such approach will encourage deeper understanding of issues at hand and that will lead to better code.
c++ programming January 7, 2008 0 out of 1 found this review helpful
A good book in an informal language to take a look at the most importance topics to avoid many common errors during the programming in C++. Widely used in the industry.
Must have for any C++ Programmer December 21, 2007 2 out of 2 found this review helpful
This is a great book which covers a lot of useful topics for every C++ professional. I have been programming in C++ for a while so some of the topics Scott Mayers discussed were already familiar but I still picked up a lot from this book. From a beginner to intermediate programmer, this is a must have. Advanced programmers probably have this book already (or its previous editions). Otherwise, if you bought this in order to learn something new then you are not really "advanced", are you?
This book assumes that you already used C++ and understand its fundamentals. Scott's goal is not to teach the fundamentals but to advice readers on how to use the language effectively - generating good, efficient, re-usable, portable code. On this goal, he was successful. Its pretty much like when I was learning Japanese. I understood the fundamentals and word translations but in order to effectively communicate in that language, I had to be familiar with proper sentence construction, various formalities (some words are not appropriate for certain settings or people) and word dynamics as well. In a sense, this book (or Scott) is your sensei to good C++ programming.
Some more suggested reading to complement Scott Mayer's series: Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series) and Modern C++ Design: Generic Programming and Design Patterns Applied (C++ In-Depth Series)
|
|
|