谁能讲下在class中使用const
例如
class tmp
{
public :
const int a;
}
什么意思?在线等
[解决办法]
你还是买本《C++ Primer》,到书后索引表里找cosnt吧
关于const的所有知识都汇集在那了。
发布时间: 2012-03-14 12:01:13 作者: rapoo
谁能讲下在class中使用const
例如
class tmp
{
public :
const int a;
}
什么意思?在线等
[解决办法]
你还是买本《C++ Primer》,到书后索引表里找cosnt吧
关于const的所有知识都汇集在那了。