matrix functions

i have been given this task, being totally new to c++ i have no idea where i am going with it! i've just been thrown into the deep end...

Develop three functions which add, subtract and multiply two two-dimensional arrays of floating point numbers. The functions must cater for matrices of (3 x 3) and (3 x 1) sizes and conform to the rules of matrix operations. Also, develop functions which display the elements of (3 x 3) and (3 x 1) two-dimensional arrays. Place the function signatures and definitions in files called myARRAY.h and myARRAY.cpp, respectively.
Topic archived. No new replies allowed.