Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 498 Bytes

File metadata and controls

16 lines (12 loc) · 498 Bytes
description Learn more about: File Buffering
title File Buffering
ms.date 11/04/2016
helpviewer_keywords
buffering
buffers [C++], file buffering
files [C++], buffering
ms.assetid 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