I am trying to pass an array of strings or a 2d array of chars to a function so I can modify them using that function. I have tired referencing, pointers e.t.c but all produce errors. Is there a way ...
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.