Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.7 KB

iostream-programming.md

File metadata and controls

29 lines (19 loc) · 1.7 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: iostream Programming
iostream Programming
11/04/2016
text output [C++]
text [C++], formatting
console [C++], writing to
console [C++], reading from
console applications [C++]
reading data [C++], iostream programming
output [C++]
console [C++], text
data [C++], reading
I/O [C++], iostream programming
iostream library
printing [C++], printing to console
programming [C++], iostream programming
text input [C++]
1aa0a0be-4dd8-4dac-ac1f-d2afdaeab769

iostream Programming

This section provides a general description of the iostream classes and then describes output streams, input streams, and input/output streams. The end of the section provides information about advanced iostream programming.

There's also a discussion on Thread Safety in the C++ Standard Library and the stdext namespace.

In This Section

What a Stream Is

Output Streams

Input Streams

Input/Output Streams

Custom Manipulators with Arguments

See also

C++ Standard Library
iostreams Conventions