<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
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
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
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
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
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&M UniversitySo many algorithms, so little time! The gen
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
<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