首页 > 编程语言 > 详细

make it clear how to use const in C++

时间:2014-05-06 00:37:39      阅读:416      评论:0      收藏:0      [点我收藏+]

1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const feature to it.

2.nothing found on left side?OK,apply const feature to whatever you find on the right side.

make it clear how to use const in C++,布布扣,bubuko.com

make it clear how to use const in C++

原文:http://www.cnblogs.com/zhouyoulie/p/3693080.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!