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

Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
Price: £18.84

or
Sign in to turn on 1-Click ordering.
 
   
Trade in Yours
For a £9.88 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
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 (Professional Computing) [Paperback]

Scott Meyers
4.7 out of 5 stars  See all reviews (21 customer reviews)
RRP: £31.99
Price: £22.39 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £9.60 (30%)
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
Only 13 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Tuesday, 28 May? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £17.04  
Paperback £22.39  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Books Trade-In Store for more details. Learn more.

Book Description

12 May 2005 0321334876 978-0321334879 3

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



Frequently Bought Together

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Professional Computing) + 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: £67.17

Some of these items are dispatched sooner than the others.

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.7 out of 5 stars  See all reviews (21 customer reviews)
  • Amazon Bestsellers Rank: 5,714 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

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.


About the Author

Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide. He is the author of the best-selling Effective C++ series of books (Effective C++, More Effective C++, and Effective STL) and of the innovative Effective C++ CD. He is consulting editor for Addison Wesley's Effective Software Development Series and is a founding member of the Advisory Board for The C++ Source (http://www.artima.com/cppsource). He holds a Ph.D. in Computer Science from Brown University. His web site is http://www.aristeia.com.




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

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4.7 out of 5 stars
4.7 out of 5 stars
Most Helpful Customer Reviews
15 of 16 people found the following review helpful
5.0 out of 5 stars 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
5.0 out of 5 stars 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?
5.0 out of 5 stars Fantastic book, wish I had purchased it years ago 12 April 2013
By Cameron
Format:Paperback|Amazon Verified Purchase
I have been using C++ for a few years and this book taught me one or two things and clarified a few points regarding topics I already knew about. Would also make a great second book for someone who has read through and understood a tutorial style book.

If you are serious about learning and using C++ this is a book you will need eventually, I would recommend sooner rather than later. As long as you keep using C++ the worst that could happen is that it sits around on your shelf for a while until you are ready for what it discusses.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Most Recent Customer Reviews
5.0 out of 5 stars One of the best C++ books I've read
This book is a must for C++ professionals and for everybody who wants to really master C++.

3 more words required
Published 1 month ago by J. Lind
5.0 out of 5 stars Must read for C++ programmers
Any practicing C++ programmers with more than 6 months of C++ experience should read this excellent book. Read more
Published 3 months ago by Imre Lendak
5.0 out of 5 stars A great book
This is one of a kind. Some one at Qt Developer Days Conference in Berlin, told me that you really can't do any coding i C++ whitout having read this book. Read more
Published 5 months ago by Halfdan Sætherskar
4.0 out of 5 stars Useful examples; not your standard programming text book.
Interesting examples and very useful. It tackles some of the quirks of c++ very well and poses interesting questions and examples. Read more
Published 5 months ago by William Chislett
5.0 out of 5 stars Excellent!!!
Excellent for advanced C++ programmers, if you take care of all the points while writing the program it would be a much superior quality program and would help while you debug it. Read more
Published 6 months ago by Vivek
5.0 out of 5 stars This is just the begining
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? Read more
Published 13 months ago by J. I. Seco Sanz
4.0 out of 5 stars 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 18 months ago by D. Laffey
4.0 out of 5 stars 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 20 months ago by TomH
4.0 out of 5 stars 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 22 months ago by NAT
5.0 out of 5 stars 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 on 21 Feb 2011 by J. Bond
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
   
Related forums


Listmania!


Look for similar items by category


Feedback


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