codice:ifstream in("itubes.xml"); //se esiste già if(?come vedo se esiste?){ ofstream out("finale.xml"); string s; while(getline(in, s)||?come vedo che sono arrivato all'ultima riga?) out << s << "\n"; out<<"TESTO DA AGGIUNGERE"<<std::endl; out.close(); }