标签:bsp 作用域 成员 cpp int master ast ati 标识符
在头文件???.h中定义:static int master;
在对应.cpp文件中类的外部声明(不要用static,初始化与否无所谓):
注意要加上作用域标识符。
int Student::master;
class Student{
.........
}
标签:bsp 作用域 成员 cpp int master ast ati 标识符
原文地址:https://www.cnblogs.com/mktest123/p/12104960.html