Ho questa struct:
codice:
struct conf 
{ 
char cognome [50]; 
int vers; 
char lingua[2]; 
};
Come la scrivo su files con il C++ standard?