... C they cant change the existing enum and needed to create enum class ... namespace permission { enum { READ = 0b1, WRITE = 0b10, EXECUTE = 0b100 ...
確定! 回上一頁