I ran into a bit of a roadblock trying to code a program to perform simple matrix operations. The catch was that I wanted to be able to let the user specify the dimension of the matrices on the fly.
I read the chapter on pointers, but I still don't know in what situations they would be used or where the new operator is useful. One stipulation of the project I've been given is that I must use the ...