会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北辰
Where you are now is a result of the choices you made in the past. Where you will be in the future is a result of the choices you are making right now.
博客园
首页
新随笔
联系
订阅
管理
11 2019 档案
C++ const 引用 指针
摘要:先简单回忆一下常量的性质: Copy int main() { const int buffSize = 512; buffsize = 512; //× buffSize是常量 } 初始化时: Copy const int i = get_val(); //√ 运行时初始化 const int j
阅读全文
posted @
2019-11-25 22:46
蒋清华
阅读(378)
评论(0)
推荐(0)
公告