This documentation is archived and is not being maintained.
Standard C++ Library Reference
Visual Studio 2005
A C++ program can call on a large number of functions from this conforming implementation of the Standard C++ Library. These functions perform essential services such as input and output and provide efficient implementations of frequently used operations.
For more information about Visual C++ run-time libraries, see C Run-Time Libraries.
In This Section
- Breaking Changes in the Standard C++ Library
-
This section describes the breaking changes in Visual C++ 2005.
- Standard C++ Library Overview
-
Provides an overview of the Microsoft implementation of the Standard C++ Library.
- iostream Programming
-
Provides an overview of iostream programming.
- Standard C++ Library Header Files
-
Provides links to reference topics discussing the Standard C++ Library header files.
- Standard Template Library Samples
-
Provides links to sample code showing how to use the Standard Template Library.
Related Sections
See Also
Show: