Hi, I am new to C programming and currently using Microsoft Visual Studio 2008 to write C++ programs. Im having trouble with an assignment that requires the addition subtraction multiplication and determinant of 2 dimensional arrays of any dimension which is inputted by the user. How do I write the program so that the size of the arrays can be of any dimension? Is it also possible to calculate them all in one program?