 | Advanced Function Objects
 | Predefined function objects |
 | Function adapters
 | Member functions |
 | C-style functions |
 | Composing function objects |
|
|
 | Standard Algorithms in Depth
 | Searching and comparison: partial and complete |
 | Transformations: copying, combining, replacing, removing, shuffling |
 | Sorting: complete and partial |
 | Heap algorithms |
 | Merging |
|
 | Numeric Computations
 | The big-O notation |
 | Numeric limits |
 | Numeric algorithms
 | Partial sums and differences |
 | Inner products |
|
 | Complex numbers: operations, examples |
 | Valarrays
 | Alternatives to Valarrays |
 | Subsets and slices |
|
 | Global numeric functions |
|
 | Advanced Character Strings
 | Internationalization and string types: string v. wstring |
 | Operations and the npos |
 | Strings v. vectors |
|
 | Advanced Streams
 | Recent changes |
 | Stream buffer classes |
 | Header files |
 | Stream states and exceptions |
 | Standard member functions |
 | File Access
 | Flags |
 | Random access |
 | Using file descriptors |
|
 | Connecting input and output streams: loose v. tight coupling |
 | Redirecting standard streams |
 | User-defined operators using unformatted functions |
 | User-defined format flags |
 | Stream buffer classes
 | Stream buffer iterators |
 | User defined stream buffers |
 | Using stream buffers directly |
|
|
 | Internationalization
 | Fixed wide characters v. Multi-byte characters |
 | Character Traits |
 | Locales
|
 | Formatting and parsing
 | Date and time |
 | Monetary |
|
 | Character classification and conversion |
 | Collation |
 | Internationalized Messages |
|
 | Extending the Standard Library with your Custom Containers
 | Iterator types: input, output, forward, reverse, bidirectional, random
access, stream |
 | Iterator traits |
 | Creating custom iterators |
 | Separating the interface from the implementation |
 | Selecting exotic algorithms to improve and extend the standard library
 | Skip lists |
 | Linear hashing |
 | Disk resident balanced (B) Trees |
 | Tries |
|
|