Effective C++ and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £12.25 Amazon.co.uk Gift Card
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)
 
 
Start reading Effective C++ on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) [Paperback]

Scott Meyers
4.6 out of 5 stars  See all reviews (15 customer reviews)
RRP: £35.99
Price: £27.39 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.60 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £20.54  
Paperback £27.39  
Trade In this Item for up to £12.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) for an Amazon.co.uk gift card of up to £12.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) + More Effective C++: 35 New Ways to Improve Your Programs and Designs (Professional Computing) + Effective STL: 50 Specific Ways to Improve the Use of the Standard Template Library (Professional Computing)
Price For All Three: £87.57

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 320 pages
  • Publisher: Addison Wesley; 3 edition (12 May 2005)
  • Language English
  • ISBN-10: 0321334876
  • ISBN-13: 978-0321334879
  • Product Dimensions: 18.8 x 2 x 23.5 cm
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon Bestsellers Rank: 65,541 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Scott Meyers
Discover books, learn about writers, and more.

Visit Amazon's Scott Meyers Page

Product Description

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.


From the Back Cover

“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.



Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
12 of 13 people found the following review helpful
The legend 21 Feb 2007
Format:Paperback
This is the definitive second C++ book, the one you should read after you've read a good introduction. You need to be familiar with the syntax of C++, then this book will teach you about using C++'s features in a non-trivial way.

C++ is not short on books that provide bite-sized mini-essays on the best way to use some feature of the language, but this is the ne plus ultra. It cuts through the bewildering complexity of C++, providing simple guidelines about what to do and what never to do. For example, you may understand the difference between pointers versus references, const versus non-const. But their various combinations as function parameters and return types may be bewildering. Don't worry - Meyers dispenses his wisdom clearly and efficiently. You'll wonder why it confused you in the first place. Then he repeats the trick another 54 times, taking in all of C++, including some template issues, and finding time to mention TR1 and Boost, too.

Like the GoF Design Patterns book, you need to read this or people will think you're an amateur. Fortunately, Meyers is a witty and pithy writer and his examples are always very well judged. Make this the first book you read after you've finished learning the basics.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Format:Paperback
Do I have to read this book? - Yes, you do.
Is it useful? - Definitely it is.
Will I be an expert after reading this book? - No you won't (unless you were before reading it), and you'd better be ready to keep learning after this book, because there's so much more.
Comment | 
Was this review helpful to you?
Great book 16 Mar 2012
Format:Paperback
An excellent book, written for people who are already familiar with the syntax of C++ but are getting started with programming.
Meyers tells about the common pitfalls of the language and the best practices to avoid them or increase the efficiency of your code. He does this in a concise manner, an excellent book.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Handy reference item... clear examples
I find it quite easy to use. As a quick reference for a C++ programmer it is excellent. Not a book you would read cover to cover but when designing something new or refactoring old... Read more
Published 6 months ago by D. Laffey
A must reading book
Not many new software projects are started in C++ (except pc and console games). But the language is still used tremendously today. Read more
Published 8 months ago by TomH
Useful for theory and practice
If your programming in C++ then you need to read this book.
You need it for the guidelines it provides for every day work. Read more
Published 10 months ago by NAT
A must read for returning to C++
As a programmer returning to C++ from the lovely safe sand box of C# and the CLR I bought this book on the recommendation of a forum post. Read more
Published 15 months ago by J. Bond
Great combo: good C++ content + very well written = excellent reading
I've been programming professionally in C++ for a few years now. At the beginning when I was learning the basics of C++ I picked up this book: The C++ Programming Language, Special... Read more
Published 20 months ago by Marquez Pablo
Compulsory reading - for c++ engineers
A great book and should be compulsory reading by all C++ engineers before being let loose on a keyboard. Read more
Published 20 months ago by Brian Morris
Awesome!!!
One of the Best books on C++ out there. This book is not to learn C++, its a book to improve your C++ skills. So don't buy this if you've never programmed in C++ before. Read more
Published on 6 May 2010 by Rushil Shetty
Brilliant
Fantastic book. plenty of tips and guidelines to follow for someone interested in becoming a better programmer ranging from details on the best implementations of operator... Read more
Published on 9 Sep 2009 by A. Jones
Best book to learn C++ techniques
I am working in C++ since last couple of years and I purchased this book few months back. I found this book very useful as it contains most of the do's and don'ts in C++. Read more
Published on 19 Feb 2008 by Mr. Harpreet Sachdeva
Bought three editions and read them all
There are very few technical books that I have read more than once. I can count on one hand the number that I have read three times. Read more
Published on 3 Jun 2007 by J. S. Hardman
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges