2Fermer4
squalylLe 10/01/2010 à 23:28
int main() {
FILE *f = fopen("/path/unix","wb");
//"c:\path.txt" sous dodoze
//"a+" pour append
fprintf(f, "hai toto\tafter the tab\n");
fclose(f);
}

vala smile

dissertation pour Folco: expliquer les différences entre "wb" et "w", ou entre "rb" et "r" trigni