I\'m trying to initialize a class matrix using a member function like thiis
class mat{ int r,c; float **p; public: mat(){} mat(i