Overview
Modern C++ Programming Cookbook, Second Edition, is your hands-on guide to the latest advancements in C++ programming with C++20. This book covers essential features like modules, coroutines, and ranges while also revisiting core concepts with practical examples. It's designed to boost your expertise, efficiency, and enjoyment in writing robust C++ code.
What this Book will help me do
- Master C++20 features such as modules, coroutines, ranges, and concepts to write modern, efficient code.
- Learn the use of smart pointers, move semantics, and RAII to enhance code stability and performance.
- Understand threading, concurrency, and parallelism by utilizing C++ standard library tools.
- Implement design patterns like PImpl and factory, and perform unit testing with popular frameworks such as Google Test.
- Explore enhanced usage of the C++ Standard Library, including advanced algorithms, iterators, and containers.
Author(s)
Marius Bancila is a seasoned software engineer and author with an extensive background in C++ programming and development. Through years of building applications and training developers, he has cultivated an approach to teaching that makes complex topics approachable and engaging. His work integrates practical examples with robust explanations, aiming to inspire confidence in developers seeking to advance their knowledge in modern C++.
Who is it for?
This book is perfect for software developers with a foundational knowledge of C++ who want to advance to modern C++ programming. It caters to programmers aiming to understand the latest features of C++20 and leverage them in current projects. Professionals looking to enhance performance in applications or refine their coding practices will find this resource invaluable. Ideal for both intermediate learners and seasoned programmers seeking a comprehensive reference.