Hey guys, I've been working on this assignment where I have to implement a class Matrix in which I have to take input from user by overloading >> operator. The problem is that I can't define the >> operator in Matrix.h nor in Matrix.cpp because it gives an error on compilation. Help me out please.