Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Advanced C++ Cookbook (repost)

Posted By: hill0
Advanced C++ Cookbook (repost)

Advanced C++ Cookbook:
Become an expert C++ programmer by mastering concepts like STL, concurrency, and generic programming
by Dr. Rian Quinn

English | 2020 | ISBN: 1838559914 | 443 Pages | PDF,EPUB | 62 MB

We kick-off with the basic principles of library design and development which would help you understand how to write reusable and maintainable code. You will discover the importance of exception safety and how you can avoid unexpected errors or bugs in your code. You will explore the modern elements of C++ such as move semantics, type deductions, and coroutines. You will take a deep dive into Template programming - a standard tool of a library developer to achieve high code reusability. You’ll unearth various secrets related to the Standard Template Library (STL) and learn how to avoid common pitfalls while implementing them. You’ll understand the common problems of multi-threaded programming such as data races, deadlocks, and thread starvation. You’ll also learn the ropes of high-performance programming by using various benchmarking tools and libraries. Finally, you will learn advanced techniques to debugging and testing to ensure code reliability.