Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 761 Bytes

file-position-in-append-mode.md

File metadata and controls

24 lines (22 loc) · 761 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
File Position in Append Mode | Microsoft Docs
11/04/2016
cpp-language
article
C++
file pointers [C++], append mode
fca94e95-907c-4703-ad7d-2fcac1592168
6
mikeblome
mblome
ghogen

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