tmpfile
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Déclaré dans l'en-tête <stdio.h>
|
||
FILE *tmpfile(); |
||
Ouvre un fichier temporaire. Le fichier est ouvert en tant que fichier binaire pour mise à jour (mode
"wb+). Le nom du fichier est assuré d'être unique au sein du système de fichiers .Original:
Opens a temporary file. The file is opened as binary file for update (
"wb+ mode). The filename of the file is guaranteed to be unique within the filesystem.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Le dossier sera fermé lorsque le programme se termine .
Original:
The file will be closed when the program exits.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Retourne la valeur
Le flux de fichier associé ou NULL si une erreur s'est produite
Original:
The associated file stream or NULL if an error has occurred
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
retourne un nom de fichier unique Original: returns a unique filename The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
C++ documentation for tmpfile
| |