𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

C++17 Standard Library Quick Reference: A Pocket Guide to Data Structures, Algorithms, and Functions

✍ Scribed by Peter Van Weert, Marc Gregoire


Publisher
Apress
Year
2019
Tongue
English
Leaves
308
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer will learn a thing or two from it and find it a useful memory-aid.

It is hard to remember all the possibilities, details, and intricacies of the vast and growing Standard Library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with practical tips and well-chosen, clarifying examples.

This new edition is updated to include all Standard Library changes in C++17, including the new vocabulary types std::string_view, any, optional, and variant; parallel algorithms; the file system library; specialized mathematical functions; and more.

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.

✦ Subjects


C++; STL; Algorithms; Data Structures; Concurrency; Numerical Methods


πŸ“œ SIMILAR VOLUMES


C++17 Standard Library Quick Reference:
✍ Peter Van Weert; Marc Gregoire πŸ“‚ Library πŸ“… 2019 πŸ› Apress 🌐 English

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++

C++17 Quick Syntax Reference: A Pocket G
✍ Mikael Olsson πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

<div>This quick C++17 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++17. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.</div><div><br></div><div>In theΒ <i>C++17 Quick Syntax Reference</i

C++17 Quick Syntax Reference: A Pocket G
✍ Mikael Olsson πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

<div>This quick C++17 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++17. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.</div><div><br></div><div>In theΒ <i>C++17 Quick Syntax Reference</i

C++17 quick syntax reference: a pocket g
✍ Olsson, Mikael πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

This quick C++17 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++17. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.<br />In the<i>C++17 Quick Syntax Reference</i>, you will find short, si

C++17 quick syntax reference: a pocket g
✍ Olsson, Mikael πŸ“‚ Library πŸ“… 2018 πŸ› Apress, Berkeley, CA 🌐 English

This quick C++17 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++17. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.<br />In the<i>C++17 Quick Syntax Reference</i>, you will find short, si

R Data Science Quick Reference: A Pocket
✍ Thomas Mailund πŸ“‚ Library πŸ“… 2019 πŸ› Apress 🌐 English

<p>In this handy, practical book you will cover each concept concisely, with many illustrative examples. You'll be introduced to several R data science packages, with examples of how to use each of them. <br>In this book, you’ll learn about the following APIs and packages that deal specifically with