Hi, Does enyone know how to print string describing the enum value? For example: enum MyEnum{F1=1, F2}; ... MyEnum me = F2; printf("My ...
確定! 回上一頁