重载运算符

Matrix.hweb #ifndef MATRIX_H #define MATRIX_H #include using namespace std;svg class Matrix { public: Matrix(int L,int C); Matrix(); int getLine(); int getColum(); friend Matrix operator + (Matrix& a,
相关文章
相关标签/搜索