0_0_3082948_20447.cpp
0_0_3082948_20447.cpp(52) : error C2661: “Matrix::Matrix” : 没有重载函数接受 2 个参数
0_0_3082948_20447.cpp(67) : error C2664: “Matrix::Matrix(const Matrix &)” : 不能将参数 1 从“int”转换为“const Matrix &”
原因如下: 无法从“int”转换为“const Matrix”
无构造函数可以接受源类型,或构造函数重载决策不明确
|