C++ - Practical Four

Vectors and Matrices Revisited

Rewrite your Matrices and Vectors classes using operator overloading instead of member functions.

Overload at least the addition and multiplication operators.

Test your classes thoroughly using all combinations of test data.