发新话题
打印

[C&C++] The C++ Standard Library

The C++ Standard Library

The C++ Standard Library
附件: 您所在的用户组无法下载或查看附件

TOP

本书简介

The C++ Standard Library: A Tutorial and Reference
by Nicolai M. Josuttis
•  Publisher: Addison-Wesley Professional; 1st edition (August 12, 1999)
•  Language: English
•  ISBN-10: 0201379260
•  ISBN-13: 978-0201379266
Book Description:
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.)

TOP

发新话题