In computer programming, an enumerated type is a data type consisting of a set of named ... This can be simulated in C using a typedef: typedef enum {Value1, ...
確定! 回上一頁