This is my first project using a 2-d dynamic array where we have to read the file into the array and I am having trouble with it.
We have to us dynamic arrays to create the array of numbers and assume the array would never be greater than 20 x 20 in dimension. Once we have read the file into the dynamic array we have to find the matrix sum.
I was trying to figure out how to read the numbers in the dynamic array to I can search each row for later. I hope someone can help.