C++ Standard Library: A Tutorial and Reference
The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers). The best thing about The C++ Standard Library is that it gives the reader a concise guide to working with these basic containers (from lists to sets and maps, with everything in between). Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods. (Learn just a few methods and you can pretty much work with them all.)
Random Posts
- Designing Components with the C++ STL - Addison-Wesley
- Windows Vista Security: Securing Vista Against Malicious Attacks
- Learnkey : (MCSE 70-296)Windows 2003 MCSE Skills Update
- Beginning Fedora From Novice to Professional - Apress
- Power Sales Writing - Sue A. Hershkowitz-Coore
- Microsoft SQL Server 2005 For Dummies - Wiley
- Liferay Portal Enterprise Intranets
- Foundation ASP for Dreamweaver 8
- Websters New World Hacker Dictionary
- Understanding Stocks - Michael Sincere



















November 30th, 2007 08:54
Link broken. thank you
February 29th, 2008 10:42
This is a useful book but STL has changed.