If i have an enum like this enum Errors {ErrorA=0, ErrorB, ErrorC};. Then i want to print out to console. Errors anError = ErrorA; cout<<anError;/// 0 will ...
確定! 回上一頁