๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

C++ Standard Library Quick Reference

โœ Scribed by Peter Van Weert, Marc Gregoire


Publisher
Apress
Year
2016
Tongue
English
Leaves
233
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This quick reference is a condensed reference guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. More specifically, this is a compact collection of essential classes and functions, used by C++ programmers on a daily basis. The C++ Standard Library Quick Reference features core classes for strings, I/O streams, and various generic containers, as well as a comprehensive set of algorithms to manipulate them. In recent years, the C++11 and C++14 standards have added even more efficient container classes, a new powerful regular expression library, and a portable multithreading library featuring threads, mutexes, condition variables, and atomic variables. Needless to say, it is hard to know and remember all the possibilities, details, and intricacies of this vast and growing 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, including all aforementioned functionality. 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 well-chosen, clarifying examples. The book does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge. Even the most experienced C++ programmer though will learn a thing or two from it and find it a useful memory-aid.


๐Ÿ“œ SIMILAR VOLUMES


C++ Standard Library Quick Reference
โœ Peter Van Weert; Marc Gregoire ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Apress ๐ŸŒ English

This quick reference is a condensed reference guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. Used by millions of C++ programmers on a daily basis, the C++ Standard Library features core classes for strings, I/O streams, and various generic con

C++ Standard Library Quick Reference
โœ Peter Van Weert; Marc Gregoire ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Apress ๐ŸŒ English

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. Used by millions of C++ programmers on a daily basis, the C++ Standard Library features core classes for strings, I/O streams, and various generic containers, a

C++ Standard Library Quick Reference
โœ Gregoire Marc, Van Weert Peter. ๐Ÿ“‚ Library ๐ŸŒ English

Apress, 2016. โ€” 206 p. โ€” ISBN-10: 1484218752, ISBN-13: 978-1-4842-1875-4.<div class="bb-sep"></div><strong>This quick reference is a condensed reference guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library.</strong> More specifically, this is a compa

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++