
Modern C++ Programming Cookbook
Master modern C++ including the latest features of C++23 with 140+ practical recipes
- 816 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Modern C++ Programming Cookbook
Master modern C++ including the latest features of C++23 with 140+ practical recipes
About this book
Packed with practical recipes, explore the latest advancements in C++, optimize performance, and gain insights into essential techniques through this comprehensive guide.Purchase of the print or Kindle book includes a free eBook in PDF format.
Key Features
- Not just a guide to C++23 programming; find the right solution to over 150 coding tasks in any modern variant of C++
- Learn all the most important C++ concepts through a series of hands-on, self-contained recipes
- Fully-updated and packed with new topics including; sync output streams, tag dispatching, and C++20/23 range adaptors
Book Description
The updated third edition of Modern C++ Programming Cookbook addresses the latest features of C++23, such as the stack library, the expected and mdspan types, span buffers, formatting library improvements, and updates to the ranges library. It also gets into more C++20 topics not previously covered, such as sync output streams and source_location. The book is organized in the form of practical recipes covering a wide range of real-world problems.It gets into the details of all the core concepts of modern C++ programming, such as functions and classes, iterators and algorithms, streams and the file system, threading and concurrency, smart pointers and move semantics, and many others. You will cover the performance aspects of programming in depth, and learn to write fast and lean code with the help of best practices.You will explore useful patterns and the implementation of many idioms, including pimpl, named parameter, attorney-client, and the factory pattern. A chapter dedicated to unit testing introduces you to three of the most widely used libraries for C++: Boost.Test, Google Test, and Catch2.By the end of this modern C++ programming book, you will be able to effectively leverage the features and techniques of C++11/14/17/20/23 programming to enhance the performance, scalability, and efficiency of your applications.
What you will learn
- Explore the new C++23 language and library features
- Become skilled at using the built-in support for threading and concurrency for daily tasks
- Leverage the standard library and work with containers, algorithms, and iterators
- Solve text searching and replacement problems using regular expressions
- Work with different types of strings and learn the various aspects of compilation
- Take advantage of the file system library to work with files and directories
- Implement various useful patterns and idioms
- Explore the widely used testing frameworks for C++
Who this book is for
The book is designed for entry- and intermediate-level programmers with a foundational understanding of the C++ programming language looking to master the language and evolve into proficient modern C++ developers. Experienced C++ programmers can leverage this book to strengthen their command of C++ and find a good reference to many language and library features of C++11/14/17/20/23.
]]>
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Preface
- Learning Modern Core Language Features
- Working with Numbers and Strings
- Exploring Functions
- Preprocessing and Compilation
- Standard Library Containers, Algorithms, and Iterators
- General-Purpose Utilities
- Working with Files and Streams
- Leveraging Threading and Concurrency
- Robustness and Performance
- Implementing Patterns and Idioms
- Exploring Testing Frameworks
- C++ 20 Core Features
- Other Books You May Enjoy
- Index