I've got a problem. I'm currently attempting to write a library for Matrices and Vectors to be used in a Demonstration Program that I will be writing.
However, C++ is not my forte and I'm not having a great time with it. I need to do do multiplication and division aswell as addition and subtraction for Vectors and Matrices.