Devi utilizzare typedefcodice:enum x {VERDE,GIALLO,ROSSO,BLU}; typedef enum x x; struct square { x variabile1; x variabile2 ; };
http://programmazione.html.it/guide/...i-avanzati-ii/
Devi utilizzare typedefcodice:enum x {VERDE,GIALLO,ROSSO,BLU}; typedef enum x x; struct square { x variabile1; x variabile2 ; };
http://programmazione.html.it/guide/...i-avanzati-ii/
Experience is what you get when you don’t get what you want