codice:
string puntivolutistring=intToString(puntivoluti);

ofstream fout;
fout.open("RITARDI-X-PUNTI-"+puntivolutistring+".txt", ios::app);
Così mi da errore...

Come posso rimediarvi?


thanks