Fichier c++builder

Fermé
sophia - 23 mai 2009 à 20:37
maxwelhouse Messages postés 275 Date d'inscription samedi 9 mai 2009 Statut Membre Dernière intervention 2 mars 2010 - 23 mai 2009 à 20:38
Bonjour,
please j'arrive pas à ecrire dans mon fichier texte aidez moi corriger moi c important

voila le code
{
ofstream fichier;
fichier.open("D:\fichierr.txt",ios::out | ios::trunc);

char *var="sophia";
fichier.write(reinterpret_cast<const char *>(var),6);
}
pour les bibliothèque
#include <iostream.h>
A voir également:

1 réponse

maxwelhouse Messages postés 275 Date d'inscription samedi 9 mai 2009 Statut Membre Dernière intervention 2 mars 2010 27
23 mai 2009 à 20:38
erf...
0