Title
Missing vfscanf from <cstdio>
Status
resolved
Section
[c.files]
Submitter
Richard Smith

Created on 2015-10-09.00:00:00 last changed 93 months ago

Messages

Date: 2016-08-05.03:33:05

Proposed resolution:

This wording is relative to N4527.

Modify Table 133 as follows:

ungetc
vfprintf
vfscanf
vprintf
vscanf

Date: 2016-08-05.03:33:05

[ 2016-08 - Chicago ]

Resolved by P0175R1

Thurs AM: Moved to Tentatively Resolved

Date: 2015-10-09.00:00:00

C's vfscanf function is not present in C++'s <cstdio>, and presumably should be. It looks like this is the only missing member of C's [v]{f,s,sn}[w]{printf,scanf} family.

History
Date User Action Args
2016-08-05 03:33:05adminsetmessages: + msg8414
2016-08-05 03:33:05adminsetstatus: new -> resolved
2015-10-20 05:04:03adminsetmessages: + msg7573
2015-10-09 00:00:00admincreate