摘要: https://blog.csdn.net/lihao21/article/details/6825722 如何正确理解enum类型? 例如: [cpp] view plain copy enum Color { red, white, blue}; Color x; [cpp] view plai 阅读全文
posted @ 2018-04-22 21:28 huipengly 阅读(440) 评论(0) 推荐(0)