谁能讲下在class中使用const例如classtmp{public:constinta}什么意思?在线等[解决办法]你还是买本《C++ Pr
谁能讲下在class中使用const
例如
class tmp
{
public :
const int a;
}
什么意思?在线等
[解决办法]
你还是买本《C++ Primer》,到书后索引表里找cosnt吧
关于const的所有知识都汇集在那了。
谁能讲下在class中使用const
例如
class tmp
{
public :
const int a;
}
什么意思?在线等
[解决办法]
你还是买本《C++ Primer》,到书后索引表里找cosnt吧
关于const的所有知识都汇集在那了。