Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 583 Bytes

file-position-in-append-mode.md

File metadata and controls

16 lines (12 loc) · 583 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: File Position in Append Mode
File Position in Append Mode
11/04/2016
file pointers [C++], append mode
fca94e95-907c-4703-ad7d-2fcac1592168

File Position in Append Mode

ANSI 4.9.3 Whether the file position indicator of an append mode stream is initially positioned at the beginning or end of the file

When a file is opened in append mode, the file-position indicator initially points to the end of the file.

See also

Library Functions