typedef enum : uint8_t {NOT_FINISHED, FINISHED}STATE;. As specifying the type of enum is C++ feature as I learned, if the information I learned ...
確定! 回上一頁