C++ Programming Cookbook  




Learn how to:

* Tokenize a null-terminated string
* Create a search and replace function for strings
* Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
* Use the container adaptors stack, queue, and priority_queue
* Use the map, multimap, set, and multiset associative containers
* Reverse, rotate, and shuffle a sequence
* Create a function object
* Use binders, negators, and iterator adapters
* Read and write files
* Use stream iterators to handle file I/O
* Use exceptions to handle I/O errors
* Create custom inserters and extractors
* Format date, time, and numeric data
* Use facets and the localization library
* Overload the [ ], ( ), and -> operators
* Create an explicit constructor
* And much, much more

[details]