std::tmpfile
From Cppreference
Defined in header <cstdio>
|
||
FILE *tmpfile();
|
||
Opens a temporary file. The file will be closed when the program exits.
Contents |
[edit] Parameters
(none)
[edit] Return value
the associated file stream or NULL if an error has occurred
[edit] Example
This section is incomplete |
[edit] See also
returns a unique filename (function) |