
- 450 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
C++20 STL Cookbook
About this book
Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)Key Features⢠Become familiar with the latest features of C++20 and write better code using the STL⢠Reduce the development time for your applications and enable faster deployment⢠Get up and running with the new and leaner STL capabilities introduced in the latest releaseBook DescriptionFast, efficient, and flexible, the C++ programming language has come a long way and is used in every area of the industry to solve many problems. The latest version C++20 will see programmers change the way they code as it brings a whole array of features enabling the quick deployment of applications. This book will get you up and running with using the STL in the best way possible.Beginning with new language features in C++20, this book will help you understand the language's mechanics and library features and offer insights into how they work. Unlike other books, the C++20 STL Cookbook takes an implementation-specific, problem-solution approach that will help you overcome hurdles quickly. You'll learn core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on real-world recipes. This book is a reference guide for using the C++ STL with its latest capabilities and exploring the cutting-edge features in functional programming and lambda expressions.By the end of the book C++20 book, you'll be able to leverage the latest C++ features and save time and effort while solving tasks elegantly using the STL.What you will learn⢠Understand the new language features and the problems they can solve⢠Implement generic features of the STL with practical examples⢠Understand standard support classes for concurrency and synchronization⢠Perform efficient memory management using the STL⢠Implement seamless formatting using std: format⢠Work with strings the STL way instead of handcrafting C-style codeWho this book is forThis book is for intermediate to advanced C++ programmers who want to get the most out of the Standard Template Library of C++20, the newest version of C++. Basic knowledge of coding and C++ concepts is necessary to get started with this book.
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
- C++20 STL Cookbook
- Contributors
- Preface
- Chaper 1: New C++20 Features
- Chapter 2: General STL Features
- Chapter 3: STL Containers
- Chapter 4: Compatible Iterators
- Chapter 5: Lambda Expressions
- Chapter 6: STL Algorithms
- Chapter 7: Strings, Streams, and Formatting
- Chapter 8: Utility Classes
- Chapter 9: Concurrency and Parallelism
- Chapter 10: Using the File System
- Chapter 11: A Few More Ideas
- Other Books You May Enjoy