typedef enum { red, green, blue, yellow, white, black } Colors; // Can I do something like this? int num_of_Colors = Colors.num () ...
確定! 回上一頁