$52.99
C++17 Standard Library Quick Reference
A Pocket Guide to Data Structures, Algorithms, and Functions
What You Will Learn
Gain the essentials that the C++ Standard Library has to offer
Use containers to efficiently store and retrieve your data
Inspect and manipulate your data with algorithms
See how lambda expressions allow for elegant use of algorithms
Discover what the standard string class provides and how to use it
Write localized applications
Work with file and stream-based I/O
Prevent memory leaks with smart pointers
Write safe and efficient multi-threaded code using the threading libraries
Who This Book Is For
All C++ programmers, irrespective of their proficiency with the language or the Standard Library. A secondary audience is developers who are new to C++, but not new to programming, and who want to learn more about the C++ Standard Library in a quick, condensed manner.