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

๐Ÿ“

C++ Programming with the Standard Template Library

โœ Scribed by Musser D.R., Derge G.J., Saini A.


Publisher
Addison-Wesley
Year
2001
Tongue
English
Leaves
545
Edition
2
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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 team that created the library.


๐Ÿ“œ SIMILAR VOLUMES


Data Structure Programming: With the Sta
โœ Joseph Bergin (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Springer-Verlag New York ๐ŸŒ English

<p>Once programmers have grasped the basics of object-oriented programming and C++, the most important tool that they have at their disposal is the Standard Template Library (STL). This provides them with a library of re-usable objects and standard data structures. It has recently been accepted by t

Stl Tutorial & Reference Guide: C++ Prog
โœ David R.; Saini, Atul Musser ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

In 1968 Doug McIlroy presented his famous paper, "Mass Produced Software Components" (Ref. 6). Now, more than a quarter of a century later, we still have not fully realized his vision of standard libraries of reusable components (which today are also known as "software building blocks" or "software

STL Tutorial and Reference Guide C++ Pr
โœ Musser D.R. ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

The STL Tutorial and Reference Guide is highly acclaimed as the most accessible, comprehensive, and practical introduction to the Standard Template Library (STL). Encompassing a set of C++ generic data structures and algorithms, STL provides reusable, interchangeable components adaptable to many dif

STL Tutorial and Reference Guide: C++ Pr
โœ David R. Musser; Gillmer J. Derge; Atul Saini ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐ŸŒ English

The second edition is clearer and adds more examples on how to use STL in a practical environment. Moreover, it is more concerned with performance and tools for its measurement. Both changes are very welcome. --Lawrence Rauchwerger, Texas A&amp;M UniversitySo many algorithms, so little time! The gen

C++: A Dialog: Programming with the C++
โœ Steve Heller, Chrysalis Software Corp. ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

From the first time I encountered this book I was impressed with the idea and approach of teaching someone with no background whatsoever. This almost guaranteed a comprehensive coverage of a language that definitely has its complexities. The book as a whole, with its give and take between the author

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