小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋

2012年9月10日

刨根问底系列之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)

导航