User profile: vihrao

User info
User name:vihrao
History
Joined:
Number of posts:4
Latest posts:

how to delay destructor call
My mistake. After debugging I found that the destructor is being called on result matrix just after ...

how to delay destructor call
I 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