February 2005
Intermediate to advanced
912 pages
25h 26m
English
CONTENTS
Section A.1 Library Names and Headers 810
Section A.2 A Brief Tour of the Algorithms 811
Section A.3 The IO Library Revisited 825
This appendix presents additional useful details about the library. We’ll start by collecting in one place the names we used from the standard library. Table A.1 on the next page lists each name and the header that defines that name.
Chapter 11 covered the library algorithms. That chapter illustrated how some of the more common algorithms are used, and described the architecture that underlies the algorithms library. In this Appendix, we list all the algorithms, organized by the kinds of operations they perform.
We close by examining some additional IO library capabilities: format ...