为了账号安全,请及时绑定邮箱和手机立即绑定

拷贝构造函数

如下定义拷贝构造函数:

student::student(const student &tea)

{

cout << "student(const student &tea)" << endl;

}

会一直存在:

严重性 代码 说明 项目 文件 行 禁止显示状态

错误 C2789 “student::m_iMax”: 必须初始化常量限定类型的对象 ConsoleApplication3 c:\users\dell\source\repos\consoleapplication3\consoleapplication3\student.cpp 33

的问题!


正在回答

1 回答

你这个代码没有粘全呀,错误主要是说m_iMax是常量,你要给他初始值,可以在构造函数初始化列表中给初始赋值。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之封装篇(上)
  • 参与学习       103411    人
  • 解答问题       701    个

封装--面向对象的基石,本教程力求帮助小伙伴们即学即会

进入课程

拷贝构造函数

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信