Enumeration (keyword enum) is a user-defined data type in C/C++ that consists of integral constants. For an example you define something like this: enum week ...
確定! 回上一頁