Standard C++ Library Reference ISO/IEC (VERSION3)

Next
Dinkum C++ Library
Use of this Dinkum C++ Library Reference is subject to limitations. See the Copyright
Notice for detailed restrictions.
A C++ program can call on a large number of functions from the Dinkum C++ Library, a
conforming implementation of the Standard C++ library. These functions perform essential
services such as input and output. They also provide efficient implementations of frequently
used operations. Numerous function and class definitions accompany these functions to help
you to make better use of the library. Most of the information about the Standard C++ library
can be found in the descriptions of the C++ library headers that declare or define library
entities for the program.
Table of Contents
<algorithm> · <bitset> · <complex> · <deque> · <exception> ·
<fstream> · <functional> · <hash_map> · <hash_set> · <iomanip> ·
<ios> · <iosfwd> · <iostream> · <istream> · <iterator> ·
<limits> · <list> · <locale> · <map> · <memory> · <new> ·
<numeric> · <ostream> · <queue> · <set> · <slist> · <sstream> ·
<stack> · <stdexcept> · <streambuf> · <string> · <strstream> ·
<typeinfo> · <utility> · <valarray> · <vector>
<cassert> · <cctype> · <cerrno> · <cfloat> · <ciso646> ·
<climits> · <clocale> · <cmath> · <csetjmp> · <csignal> ·
<cstdarg> · <cstddef> · <cstdio> · <cstdlib> · <cstring> ·
<ctime> · <cwchar> · <cwctype>
<assert.h> · <ctype.h> · <errno.h> · <float.h> · <iso646.h> ·
<limits.h> · <locale.h> · <math.h> · <setjmp.h> · <signal.h> ·
<stdarg.h> · <stddef.h> · <stdio.h> · <stdlib.h> · <string.h> ·
<time.h> · <wchar.h> · <wctype.h>
<fstream.h> · <iomanip.h> · <iostream.h> · <new.h> · <stl.h>
C++ Library Overview · C Library Overview · Characters · Files
and Streams · Formatted Output · Formatted Input · STL
Conventions · Containers

Summary of content (741 pages)