Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 2.14 KB

File metadata and controls

67 lines (59 loc) · 2.14 KB
title iostream Programming | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
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++]
ms.assetid 1aa0a0be-4dd8-4dac-ac1f-d2afdaeab769
caps.latest.revision 10
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 is 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