Summaries of books by Scott Meyers:
Effective Modern C++
42 Specific Ways to Improve Your Use of C++11 and C++14
Scott Meyers
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.
See full summary
Effective C++
55 Specific Ways to Improve Your Programs and Designs
Scott Meyers
The book provides a collection of practical guidelines and best practices for writing clear, efficient, and maintainable C++ code, covering topics such as object-oriented programming, resource management, and performance optimization. It is structured into 55 itemized tips that address common programming challenges and pitfalls, offering insights into the subtleties of the C++ language and its standard library.
See full summary