Bonjours!


J'ai un problème avec une fonction c'est vraiment tres tres etrange:


string nom="test";
ofstream fichier(nom,ios::out | ios::binary); ------------> ca ne marche pas

string nom="test";
ofstream fichier("blablabla",ios::out | ios::binary); ------------> ca marche


qulq'un a une idée?