(PDF 英文版)
by Herbert Schildt
Paperback: 509 pages
Publisher: McGraw-Hill (April 28, 2008)
ISBN-10: 007148860X
ISBN-13: 978-0071488600
Your Ultimate "How-To" Guide to C++ Programming!
Tokenize a null-terminated stringCreate a search and replace function for stringsImplement subtraction for string objectsUse the vector, deque, and list sequence containersUse the container adaptors stack, queue, and priority_queueUse the map, multimap, set, and multiset associative containersReverse, rotate, and shuffle a sequenceCreate a function objectUse binders, negators, and iterator adaptersRead and write filesUse stream iterators to handle file I/OUse exceptions to handle I/O errorsCreate custom inserters and extractorsFormat date, time, and numeric dataUse facets and the localization libraryOverload the , ( ), and -> operatorsCreate an explicit constructorAnd much, much more
详细介绍,源码在此:http://www.mhprofessional.com/product.php?isbn=007148860X
(附件包括源码)