摘要: 1、为什么要用enum 写程序时,我们常常需要为某个对象关联一组可选alternative属性.例如,学生的成绩分A,B,C,D等,天气分sunny, cloudy, rainy等等。 更常见的,打开一个文件可能有三种状态:input, output和append. 典型做法是,对应定义3个常数,即: const int in... 阅读全文
posted @ 2012-03-22 18:04 ForFreeDom 阅读(29660) 评论(0) 推荐(3) 编辑