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.40 You Save: $16.59 (33%)
New (51) Used (11) from $33.40
Avg. Customer Rating: 134 reviews Sales Rank: 11860
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 Shipping: International shipping available Condition: Brand new book delivered from the UK in 10-14 days.
|
| Also Available In:
|
| Similar Items:
|
| Editorial Reviews:
Amazon.com Review 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
Product Description "Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you think you know everything about C++, think again." -- Steve Schirripa, Software Engineer, Google"C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scott's deep insight and distinctive ability to impart knowledge." -- Gerhard Kreuzer, Research and Development Engineer, Siemens AG The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyers' practical approach to C++ describes the rules of thumb used by the experts -- the things they almost always do or almost always avoid doing -- to produce clear, correct, efficient code. The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples. For this third edition, more than half the content is new, including added chapters on managing resources and using templates.Topics from the second edition have been extensively revised to reflect modern design considerations, including exceptions, design patterns, and multithreading. Important features of Effective C++ include: *Expert guidance on the design of effective classes, functions, templates, and inheritance hierarchies. *Applications of new "TR1" standard library functionality, along with comparisons to existing standard library components. *Insights into differences between C++ and other languages (e.g., Java, C#, C) that help developers from those languages assimilate "the C++ way" of doing things.
|
| Customer Reviews: Read 129 more reviews...
A 'must' for any serious C++ user November 12, 2008 Simply said: this book is a `must' for any serious user of the language. Wish I had this book when I was learning C++ (hopefully, more instructors alike would start recommending book like this to their students). Once you have mastered the basic syntax, this book will give you a boost to your C++ knowledge.
Also recommend getting the sequel ' More Effective C++ ' by the same author and after that, ` Modern C++ Design' by Andrei Alexandrescu.
A book to read after knowing c++ syntax September 11, 2008 1 out of 1 found this review helpful
You have read some newbie book like 'Thinking in C++' (as I did) or 'The C++ programming language', and wonder where to go next? 'Effective C++' book is your next step. Each item is a new world you might not know yet.
I'm glad I purchased this book in paper. After reading 1/3 of it I already knew that the book is worth all the time I would spend on it, so I purchased the other 2 books - 'More effective C++' and 'Effective C++' books by Scott Meyers immediatly.
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.
|
|
|