Addition operator failingProblem with this Function: Row operator+(const Row &x) const; OUTPUT: Addition operator is ret...
Trying to return a pointer of type double to a functiondouble *Row :: getData() { double *newRow = new double[size]; for(int i =0; i<size; i++) ...
This user does not accept Private Messages