More Effective C++: 35 New Ways to Improve Your Programs and Designs
stores: USA | UK | Canada | Kindle
Praise for Scott Meyers' first book, Effective C++: "I heartily recommend Effective C++, to anyone who aspires to mastery of C++ at the intermediate level or above." -- The C/C++ User's Journal From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better. More Effective C++ includes: Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don't yet support these features, Meyers shows you how to get the job done without them. More Effective C++ is filled with pragmatic, down-to-earth advice you'll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.

Quoted by

Craig H StackOverflow Language Books/Tutorials for popular languages
17 of 26 StackOverflow What C++ pitfalls should I avoid ?
Serge StackOverflow Can I have polymorphic containers with value semantics in C++?
grepsedawk StackOverflow The Definitive C++ Book Guide and List
ppi StackOverflow What is the best C++ book for an intermediate to expert developer?
ceretullis StackOverflow Catching all unhandled C++ exceptions?
Eclipse StackOverflow Switching from Java to C++ - what's the easy way?
Chris StackOverflow How to learn proper C++?
John Channing StackOverflow What is the single most influential book every programmer should read?
Jay StackOverflow What is the single most influential book every programmer should read?
OJ StackOverflow C# logic order and compiler behavior
Tim StackOverflow What project would you recommend me to get up to speed with C++
Andy White StackOverflow What are some books that cover best practices?
Klaim StackOverflow Re-learn modern C++ resources?
Reed Copsey StackOverflow Suggestions for brushing up on C++
RC StackOverflow I need to improve my C++ skills, fast, is this realistically possible?
ChrisW StackOverflow polymorphic handles
Reed Copsey StackOverflow c++ - relearning
duffymo StackOverflow What makes smartpointers better than normal pointers?
Don StackOverflow Java to c++ guides
erenon StackOverflow advanced c or c++ book
Rachel StackOverflow What is the most effective concise BOOK if you want to go over C++ aspects in relatively short time?
James McNellis StackOverflow Starting a C++ project. Should I worry about freeing dynamic allocated memory?
brandonC StackOverflow How to learn proper C++?
anon StackOverflow C++: How to know if a pointer points to the heap or the stack?
Alan StackOverflow C++ Techniques For Newbies
JProgrammer StackOverflow Is there a performance difference between i++ and ++i in C?
Jérôme StackOverflow C++ cast syntax styles
Owen StackOverflow Best C++ Resource
Bahaa Zaid StackOverflow What books to take programming beyond the basics?
Gab Royer StackOverflow Any source of good object-oriented design practises?
Brandon E Taylor StackOverflow Suggested C++ books?
Ahmad Mageed StackOverflow How to read code without any struggle
D.Shawley StackOverflow Implementing Smart Pointer - Dynamic Allocation with templates
Kirill V. Lyadvinsky StackOverflow Understanding return value optimization and returning temporaries - C++
Kyle Walsh StackOverflow C++ interview preparation
Adrian StackOverflow Best books to optimize C++ code
duffymo StackOverflow Incrementing in C++ - When to use x++ or ++x?
RED SOFT ADAIR StackOverflow To what extent is using "delete this" compliant to C++ standard?
DSO StackOverflow Practical and advanced C++ usage
Jason StackOverflow Learning C++ : Which book is out of date ?
Laurence Gonsalves StackOverflow General C++ Performance Improvement Tips
Sergey Teplyakov StackOverflow Virtual functions with two operands that can take many different types
Sergey Teplyakov StackOverflow What technique would you recomend when reviewing C++ for an interview?
JonH StackOverflow Interview question; what is the main theme of Effective C++?
Dan Story StackOverflow Book on C++ for understanding advanced concepts
Kelly French StackOverflow How to manage member variable in C++
utnapistim StackOverflow What's the language for Socket Server
identity StackOverflow Learning C++ as a competent programmer