作业帮 > 数学 > 作业

constructers not allowed a return

来源:学生作业帮 编辑:神马作文网作业帮 分类:数学作业 时间:2024/11/11 22:29:17
constructers not allowed a return
constructers not allowed a return
constructor函数不能有返回类型.
比如你建的类是A
constructor 就是 A() 和其他的 void a()等等函数不一样,函数名的前面不能有任何类型
再问: #include using namespace std; class shuzu { int a[10]; public: shuzu(); void shuchu(); } shuzu::shuzu() { int i; for(i=0;i>a[i]; } void shuzu::shuchu() { int i; for(i=0;i