Skip to content

Latest commit

 

History

History
43 lines (41 loc) · 888 Bytes

File metadata and controls

43 lines (41 loc) · 888 Bytes
title File Buffering | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
buffering
buffers [C++], file buffering
files [C++], buffering
ms.assetid 6bca67d1-a98f-43ac-9c6e-6c0504357aba
caps.latest.revision 6
author mikeblome
ms.author mblome
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

File Buffering

ANSI 4.9.3 The characteristics of file buffering

Disk files accessed through standard I/O functions are fully buffered. By default, the buffer holds 512 bytes.

See Also

Library Functions