码迷,mamicode.com
首页 > 编程语言 > 详细

C++中const的使用

时间:2018-05-02 16:18:56      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:ons   name   NPU   inpu   input   star   put   strong   poi   

const  T  ***  const   var_name

用英文的原话理解,从右向左读, * 为 pointer,每多一层加一次 to.

读作:

declare  var_name  as  a  const  pointer  to  a  pointer  to  a  pointer  to  a  const  T 

 

C++中const的使用

标签:ons   name   NPU   inpu   input   star   put   strong   poi   

原文地址:https://www.cnblogs.com/zeroisbug/p/8979829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!