The C++ Standard Library, 2nd Edition

Free download The C++ Standard Library: Learn all the essential information on the C++ 17 standard, 2nd Edition by Rainer Grimm. Published by Learn pub. English | 251 Pages | True (PDF + EPUB) | ISBN: 9781838981129

Description of The C++ Standard Library

Standard template library enables programmers to speed up application development using the built-in data structures and algorithms in their codes. It is a comprehensive guide to the updated library of classes, algorithms, functions, iterators, and containers and serves as the best reference to the current C++ 17 standard.

Starting with the introduction and history of the standard library, this book goes on to demonstrate how quickly you can manipulate various C++ template classes while writing your applications. You’ll also learn in detail the four types of STL components.

Then you’ll discover the best methods to analyze or modify a string. You’ll also learn how to make your application communicate with the outside world using input and output streams and how to use the non-owning string objects with regular strings. By the end of this book, you’ll be able to take your programming skills to a higher level by leveraging the standard C++ libraries.

What you will learn

  • Study the history of the C++ standard library
  • Learn to create new functions using arbitrary functions
  • Explore how to create and delete containers
  • Discover how an iterator acts as a glue between the STL components
  • Understand how to run the algorithm with vectorization
  • Learn to use strings and regular expressions in your applications

Leave a Comment