Summary:
The book provides a comprehensive guide to best practices for programming using the new features introduced in C++11 and C++14, offering practical advice on how to use these features effectively and efficiently. It covers a range of topics including memory management, concurrency, type inference, and lambda expressions, with each item presenting specific, actionable guidelines to help experienced C++ programmers write better, more modern code.
Key points:
1. Type Inference: The book highlights understanding auto and decltype type deductions in C++11 and C++14, their usage, benefits, and potential pitfalls.
Books similar to "Effective Modern C++":
Effective C++
Scott Meyers
The C++ Programming Language
Stroustrup Bjarne
C Programming Language
Kernighan Brian W.|Ritchie Dennis
Java Concurrency in Practice
Peierls Tim|Goetz Brian|Bloch Joshua|Bowbeer Joseph|Lea Doug|Holmes David
Coding For Dummies
Nikhil Abraham
Head First Design Patterns
Eric Freeman|Elisabeth Robson
Code Complete
McConnell Steve
Computer Programming for Beginners
Nathan Clark
A Common-Sense Guide to Data Structures and Algorithms
Jay Wengrow
Clean Coder, The
Robert C. Martin