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

๐Ÿ“

Using the C++ Standard Template Libraries

โœ Scribed by Ivor Horton (auth.)


Publisher
Apress
Year
2015
Tongue
English
Leaves
504
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Table of Contents


Front Matter....Pages i-xxv
Introducing the Standard Template Library....Pages 1-31
Using Sequence Containers....Pages 33-89
Container Adapters....Pages 91-133
Map Containers....Pages 135-200
Working with Sets....Pages 201-247
Sorting, Merging, Searching, and Partitioning....Pages 249-284
More Algorithms....Pages 285-328
Generating Random Numbers....Pages 329-387
Stream Operations....Pages 389-416
Working with Numerical, Time, and Complex Data....Pages 417-482
Back Matter....Pages 483-489

โœฆ Subjects


Computer Science, general


๐Ÿ“œ SIMILAR VOLUMES


Using the C++ Standard Template Librarie
โœ Ivor Horton ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Apress ๐ŸŒ English

<em>Using the C++ Standard Template Libraries </em>is a contemporary treatment that teaches the generic programming capabilities that the C++ 14 Standard Library provides. In this book, author Ivor Horton explains what the class and function templates available with C++ 14 do, and how to use them in

Using the C++ Standard Template Librarie
โœ Ivor Horton ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Apress ๐ŸŒ English

Using the C++ Standard Template Libraries is a contemporary treatment that teaches the generic programming capabilities that the C++ 14 Standard Library provides. In this book, author Ivor Horton explains what the class and function templates available with C++ 14 do, and how to use them in a practi

Using the STL: The C++ Standard Template
โœ Robert Robson (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Springer US ๐ŸŒ English

The standard template library for C++ (the STL) is an important addition to C++ and is rapidly becoming required knowledge for all C++ programmers. It provides a collection of generic data structures and algorithms written in C++ and has been adopted by the ANSI committee for the standardization of

Using the STL: The C++ Standard Template
โœ Robert Robson (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Springer-Verlag New York ๐ŸŒ English

A comprehensive introduction and guide to the STL, pitched at the level of readers already familiar with C++. It presents a thorough overview of the capabilities of the STL, detailed discussions of the use of containers, descriptions of the algorithms and how they may be used, and how the STL may be

C++ Programming with the Standard Templa
โœ Musser D.R., Derge G.J., Saini A. ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Addison-Wesley ๐ŸŒ English

Standard Template Libraries (STL) were created to provide C++ programmers with a suite of rusable programs, or lines of code, that could be used by everyone to increase programming productivity and quality. This book is the definitive reference on C++ programming using STL, as it was written by the