Book 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.
Table of contents
- Title Page
- Copyright Page
- Table of Contents
- Praise for Effective C++, Third Edition
- Addison-Wesley Professional Computing Series
- Preface
- Acknowledgments
- Introduction
- 1. Accustoming Yourself to C++
- 2. Constructors, Destructors, and Assignment Operators
- 3. Resource Management
- 4. Designs and Declarations
- 5. Implementations
- 6. Inheritance and Object-Oriented Design
- 7. Templates and Generic Programming
- 8. Customizing new and delete
- 9. Miscellany
- A. Beyond
- B. Item Mappings Between Second and Third Editions
- Index
- Footnotes
Product information
- Title: Effective C++: 55 Specific Ways to Improve Your Programs and Designs, Third Edition
- Author(s):
- Release date: May 2005
- Publisher(s): Addison-Wesley Professional
- ISBN: 0321334876
You might also like
book
Effective Modern C++
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with …
book
The C++ Programming Language, 4th Edition
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to …
book
A Tour of C++, 3rd Edition
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, …
book
A Tour of C++, 2nd Edition
In Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide …