码迷,mamicode.com
首页 > 其他好文 > 详细

类的静态成员

时间:2019-12-27 00:24:15      阅读:67      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!