C++17 STL Cookbook
eBook - ePub

C++17 STL Cookbook

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

C++17 STL Cookbook

About this book

Over 90 recipes that leverage the powerful features of the Standard Library in C++17About This Book• Learn the latest features of C++ and how to write better code by using the Standard Library (STL). Reduce the development time for your applications.• Understand the scope and power of STL features to deal with real-world problems.• Compose your own algorithms without forfeiting the simplicity and elegance of the STL way.Who 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 the newest version of C++: C++ 17.What You Will Learn• Learn about the new core language features and the problems they were intended to solve• Understand the inner workings and requirements of iterators by implementing them• Explore algorithms, functional programming style, and lambda expressions• Leverage the rich, portable, fast, and well-tested set of well-designed algorithms provided in the STL• Work with strings the STL way instead of handcrafting C-style code• Understand standard support classes for concurrency and synchronization, and how to put them to work• Use the filesystem library addition available with the C++17 STLIn DetailC++ has come a long way and is in use in every area of the industry. Fast, efficient, and flexible, it is used to solve many problems. The upcoming version of C++ will see programmers change the way they code. If you want to grasp the practical usefulness of the C++17 STL in order to write smarter, fully portable code, then this book is for you.Beginning with new language features, this book will help you understand the language's mechanics and library features, and offers insight into how they work. Unlike other books, ours takes an implementation-specific, problem-solution approach that will help you quickly overcome hurdles. You will learn the core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on practical real-world recipes. These recipes will help you get the most from the STL and show you how to program in a better way.By the end of the book, you will be up to date with the latest C++17 features and save time and effort while solving tasks elegantly using the STL.Style and approachThis recipe-based guide will show you how to make the best use of C++ together with the STL to squeeze more out of the standard language

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.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. 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++17 STL Cookbook by Jacek Galowicz in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Author
  5. About the Reviewer
  6. www.PacktPub.com
  7. Customer Feedback
  8. Preface
  9. The New C++17 Features
  10. STL Containers
  11. Iterators
  12. Lambda Expressions
  13. STL Algorithm Basics
  14. Advanced Use of STL Algorithms
  15. Strings, Stream Classes, and Regular Expressions
  16. Utility Classes
  17. Parallelism and Concurrency
  18. Filesystem