(I will show some enum type examples in C.) ... #include <stdio.h> typedef enum {sun, mon, tue, wed, thu, fri, sat}week_type; enum{on=0, ...
確定! 回上一頁