I am trying to understand the arrays. Here i have code like this, I have a class Matrix
class Matrix { public: int size; int** A; int* B = new int[si