A voir également:
- Determiner la taille d'un fichier en C
- Comment réduire la taille d'un fichier - Guide
- Fichier bin - Guide
- Comment ouvrir un fichier epub ? - Guide
- Fichier rar - Guide
- Forcer la suppression d'un fichier - Guide
2 réponses
bonsoir
pour le faire sur C t'as a faire
fseek(fichier,0,SEEK_END);
t=ftell(fichier);
avec
t qui est de type long
pour le faire sur C t'as a faire
fseek(fichier,0,SEEK_END);
t=ftell(fichier);
avec
t qui est de type long
Sous Unix, regarde
man stat
man fstat
http://www.sunspot.noao.edu/cgi-bin-local/man-cgi?stat+2
Sous Win$ je n'essaye pas de savoir....
Johan Daine
Gates gave us the windows.
Linux gave us the whole house....
man stat
man fstat
http://www.sunspot.noao.edu/cgi-bin-local/man-cgi?stat+2
Sous Win$ je n'essaye pas de savoir....
Johan Daine
Gates gave us the windows.
Linux gave us the whole house....