𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Using the C++ Standard Template Libraries

✍ Scribed by Ivor Horton


Publisher
Apress
Year
2015
Tongue
English
Leaves
504
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 practical context. You'll learn how to create containers, and how iterators are used with them to access, modify, and extend the data elements they contain. You'll also learn about stream iterators that can transfer data between containers and streams, including file streams. The function templates that define algorithms are explained in detail, and you'll learn how to pass function objects or lambda expressions to them to customize their behavior. Many working examples are included to demonstrate how to apply the algorithms with different types of containers.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;C / C++;


πŸ“œ 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 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