The Barnes & Noble ReviewSince early in the 90s, working C++ programmers have relied on Scott Meyers s Effective C++ to dramatically improve their skills. But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only
Effective C++ Series
This series of handbooks serves as an essential guide for anyone aiming to master the C++ programming language. Each volume delves deeply into specific techniques and best practices for writing more efficient and robust code. It offers practical advice and examples designed to help developers avoid common pitfalls and optimize program performance. This collection is an invaluable resource for programmers of all skill levels seeking to elevate their C++ proficiency.






Recommended Reading Order
- 1
- 2
Effective C++
35 New Ways to Improve Your Programs and Designs
Presents 35 ways to improve your programs and designs. This work explains how to write software that is more effective. It contains methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features; descriptions of advanced techniques used by C++ experts; and more.
- 3
Effective STL
- 288 pages
- 11 hours of reading
Providing information on C++'s Standard Template Library, this book shows you how to use it. It includes: advice on choosing among standard STL containers, nonstandard STL containers, and non-STL containers; techniques to maximize the efficiency of the STL and the programs that use it; insights into the behavior of iterators; and more. schovat popis
- 4
Opanowanie języków C++11 i C++14 wymaga nie tylko znajomości nowych funkcjonalności, ale także umiejętności ich efektywnego wykorzystania, aby programy były poprawne, wydajne i łatwe w utrzymaniu. Książka ta przedstawia, jak tworzyć doskonałe oprogramowanie przy użyciu nowoczesnego C++. Zawiera tematy takie jak zalety i wady inicjalizacji klamrowej, specyfikacja noexcept, techniki doskonałego przekazywania argumentów oraz funkcje make do tworzenia wskaźników inteligentnych. Opisuje związki między std::move, std::forward, r-wartościami i odwołaniami uniwersalnymi, a także techniki pisania czytelnych i skutecznych wyrażeń lambda. Zawiera różnice między std::atomic a volatile oraz zalecane sposoby ich użycia w kontekście API współbieżności. Książka jest napisana w stylu wcześniejszych publikacji Scotta Meyersa, dostarczając nowego, istotnego materiału. Jest to kluczowa pozycja dla współczesnych twórców oprogramowania w C++. Meyers, autor serii Effective C++, zdobył uznanie dzięki jasnemu wyjaśnianiu skomplikowanych zagadnień technicznych. Książka ta stanowi niezbędny podręcznik dla skutecznego stosowania nowoczesnego C++.
- 4
Effective Modern C++
- 334 pages
- 12 hours of reading
Presents a collection of tips for programmers on how to use the features of C++11 and C++14 effectively, covering such topics as functions, rvalue references, and lambda expressions.