Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 498 Bytes

file-buffering.md

File metadata and controls

16 lines (12 loc) · 498 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: File Buffering
File Buffering
11/04/2016
buffering
buffers [C++], file buffering
files [C++], buffering
6bca67d1-a98f-43ac-9c6e-6c0504357aba

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