首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
boards
本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字
访问原贴
Programming版
- C++里关于函数的return type 前面加const
相关主题
●
why use static function here?
●
const X& operator+(const X& rhs) const;
●
question about const reference
●
Re: 几个C++的问题
●
C++ class cross reference problem
●
Question on C++ Access Control (protected)
●
C++求助: New/Delete in Multidimensioned array
●
问个C++的问题
●
Why the number is not exact in C++
●
有关objec access path的问题
相关话题的讨论汇总
话题: const
话题: c++
话题: int
进入Programming版参与讨论
1
(共1页)
r*****t
发帖数: 286
1
const int& 和const int *都好理解, const int f()这里为啥要用const?和int f()
有啥不同?
S*****n
发帖数: 227
2
again.read scott meyers' effective C++
()
【在 r*****t 的大作中提到】
: const int& 和const int *都好理解, const int f()这里为啥要用const?和int f()
: 有啥不同?
1
(共1页)
进入Programming版参与讨论
相关主题
●
有关objec access path的问题
●
C++ question
●
关于C++中一个Class的大小 (转载)
●
【讨论】问一道很简单的C++题。。。。 (转载)
●
C++ interview questions help
●
C++问题,confusing...
●
C++ Strategies and Tactics 书上一个问题求助
●
用STL map的时候怎么自己定义大小比较的关系
●
为什么在overloading中,friend <<不能读取private值呢?
●
C++ question
相关话题的讨论汇总
话题: const
话题: c++
话题: int