Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)

Paperback
Edition: 3
Author: Scott Meyers
Publisher: Addison-Wesley Professional
Release Date: 2005-05-22
ISBN-10: 0321334876
ISBN-13: 9780321334879
List Price: $49.99
Average Customer Rating:
Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0
Similar Products

Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
ISBN-10: 0201633612
ISBN-13: 9780201633610
List Price:$59.99


Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
ISBN-10: 0201633612
ISBN-13: 0785342633610
List Price:$59.99


The C++ Standard Library: A Tutorial and Reference
The C++ Standard Library: A Tutorial and Reference
ISBN-10: 0201379260
ISBN-13: 0785342379266
List Price:$69.99


The C++ Programming Language: Special Edition (3rd Edition)
The C++ Programming Language: Special Edition (3rd Edition)
ISBN-10: 0201700735
ISBN-13: 9780201700732
List Price:$79.99


Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library (Addison-Wesley Professional Computing Series)
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library (Addison-Wesley Professional Computing Series)
ISBN-10: 0201749629
ISBN-13: 9780201749625
List Price:$49.99


The C++ Standard Library: A Tutorial and Reference
The C++ Standard Library: A Tutorial and Reference
ISBN-10: 0201379260
ISBN-13: 9780201379266
List Price:$74.99


More Effective C++: 35 New Ways to Improve Your Programs and Designs
More Effective C++: 35 New Ways to Improve Your Programs and Designs
ISBN-10: 020163371X
ISBN-13: 0785342633719
List Price:$49.99


Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
ISBN-10: 0201749629
ISBN-13: 0785342749625
List Price:$49.99


More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)
More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)
ISBN-10: 020163371X
ISBN-13: 9780201633719
List Price:$49.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series) by Scott Meyers (ISBN-10: 0321334876, ISBN-13: 9780321334879).

At this time we have not yet written a review for Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series) by Scott Meyers (ISBN-10: 0321334876, ISBN-13: 9780321334879). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
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
Average Customer Rating: Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0

Kindle Edition formatting acceptable, but not great
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
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
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
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
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
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
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
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
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
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)




























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions