how to delay destructor callMy mistake. After debugging I found that the destructor is being called on result matrix just after ...
how to delay destructor callI am using operator to add two matrices stored inside matrix objects. I instantiate and initialize t...
binary '+' : no operator found which takes a right-hand operand Yes kind of. int ** result and int**m are defined to be 2d matricies in class matrix. I am not usin...
binary '+' : no operator found which takes a right-hand operand I am trying to use operator+ overloading to add to matrices classes. It is on the line rslt = m1+m2 ...
This user does not accept Private Messages