Bonjour,
Y a t 'il une différence entre ces deux modes d'accès ? Lorsque je vois le "BSD fopen manpage", c'est formulé différemment, mais je n'y vois pas de différence :Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 The argument mode points to a string beginning with one of the following sequences (Additional characters may follow these sequences.): ``w'' Truncate file to zero length or create text file for writing. The stream is positioned at the beginning of the file. ``w+'' Open for reading and writing. The file is created if it does not exist, otherwise it is truncated. The stream is positioned at the beginning of the file.






Répondre avec citation
Partager