iostream Class Library ReferenceMicrosoft 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
Interesting home pages
|