C++20 STL Cookbook
eBook - ePub

C++20 STL Cookbook

  1. 450 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • 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.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access C++20 STL Cookbook by Bill Weinman in PDF and/or ePUB format, as well as other popular books in Informatica & Programmazione orientata agli oggetti. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. C++20 STL Cookbook
  2. Contributors
  3. Preface
  4. Chaper 1: New C++20 Features
  5. Chapter 2: General STL Features
  6. Chapter 3: STL Containers
  7. Chapter 4: Compatible Iterators
  8. Chapter 5: Lambda Expressions
  9. Chapter 6: STL Algorithms
  10. Chapter 7: Strings, Streams, and Formatting
  11. Chapter 8: Utility Classes
  12. Chapter 9: Concurrency and Parallelism
  13. Chapter 10: Using the File System
  14. Chapter 11: A Few More Ideas
  15. Other Books You May Enjoy