首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

哪位高手能讲下在class中使用const

2012-03-14 
谁能讲下在class中使用const例如classtmp{public:constinta}什么意思?在线等[解决办法]你还是买本《C++ Pr

谁能讲下在class中使用const
例如
class   tmp
{
public   :
const   int   a;
}
什么意思?在线等

[解决办法]
你还是买本《C++ Primer》,到书后索引表里找cosnt吧
关于const的所有知识都汇集在那了。

热点排行