Visual C++

iostream Class Library Reference

Microsoft Visual C++ contains two versions of the C++ iostream class library, which supports object-oriented input and output. This library follows the syntax that the authors of the C++ language originally established and thus represents a de facto standard for C++ input and output. The other, newer version of the C++ iostream class library is found in the Standard C++ Library Reference section of this online documentation.
For information about iostream programming
iostream programming overview
About the iostream Documentation
Alphabetic Microsoft iostream class library reference

Interesting home pages
Visual C++ Home   The entire Visual C++ product.
Run-Time Library Reference   
Microsoft Foundation Class Library