in questo modo ?
per la data ..credo che basti un intero...perchè successivamente non mi chiede di fare elaborazioni sulla data...non socodice:struct bevanda { int codicebe; int totbe; int costobe; }; struct portata { int codicepo; int totpo; int costopo; }; struct prenotazione { int tavolo; int data; struct portata port[20]; struct bevanda bev[10]; int totcosto; };

Rispondi quotando