Hello,
I am a newbie and trying to pass a 2 - dimensional array to a function in C++ from main(). Then, once inside that subroutine, I want to change the contents of this 2D array and be able to access the changed elements of this 2D array later in the main().
Waiting for a response. :)