重載運算符

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,
相關文章
相關標籤/搜索