<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 Libraries
โ Scribed by Ivor Horton (auth.)
- Publisher
- Apress
- Year
- 2015
- Tongue
- English
- Leaves
- 504
- Category
- Library
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 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
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
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
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