在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
//在C++中应该养成习惯:只用静态成员函数引用静态成员数据,而不引用非静态成员数据 #include <iostream> st_info:: st_info(string n, int no, float s)//定义构造函数 void st_info:: total()//定义非静态函数 float st_info :: average()//定义静态函数 float st_info:: sum = 0; int main() int i;// n = st_info::count; float average = st_info:: average(); cout << "average = " << average << endl;
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论