刨根问底系列之C++ const 挖掘
摘要:
一、 const的作用: 1、限定const指定的值的修改 ex1.1: const int a = 2; //a = 3; error: assignment of read-only variable 就如C语... 阅读全文
posted @ 2012-09-10 11:31 王峰炬 阅读(128) 评论(0) 推荐(0)
posted @ 2012-09-10 11:31 王峰炬 阅读(128) 评论(0) 推荐(0)