In C the enum is an integer type. You can assign an enum to any integer AS LONG AS the integer type is larger than the size of the enum (you should get a “ ...
確定! 回上一頁