Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. 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. The C++ Standard Library can be a real timesaver for a programmer.
C++ Standard Library
http://www.amazon.com/exec/obidos/ASIN/0201379260/bigwebmasters-20
http://www.bigwebmaster.com/screenshots/0201379260.jpg
August 12, 1999
$57.99
$57.99
832
1st edition
0201379260
Addison-Wesley Pub Co
Nicolai M. Josuttis
iterators, algorithms, vectors, lists, deques, strings, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues, stream classes, stream manipulators, file I/O, standard exceptions, Big-O Notation, function objects, locales, numeric limits, containers, template basics, allocators, standard library utilities, pairs and auto_ptr, stream formatting
Guide to using the built-in features of C++ effectively by using STL
Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. 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. The C++ Standard Library can be a real timesaver for a programmer.
0
0
N/A
N/A
| Rating | Vote % | # of Votes |
|---|---|---|
| 10 | 0% | 0 |
| 9 | 0% | 0 |
| 8 | 0% | 0 |
| 7 | 0% | 0 |
| 6 | 0% | 0 |
| 5 | 0% | 0 |
| 4 | 0% | 0 |
| 3 | 0% | 0 |
| 2 | 0% | 0 |
| 1 | 0% | 0 |
Want to increase the number of votes and resource rating for this listing?
Place a C++ Standard Library Vote Box on your website.