Return to previous page

Effective Modern C++

42 Specific Ways to Improve Your Use of C++11 and C++14
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++":