Hello:
If I have a 2d Vector and I want to convert it to a 2d Array what would be the best way to accomplish that. I know that I can go through a for loop to do it element by element but I would prefer to use the copy command... any suggestions...Lets say the array or vector is 8X10...
Thanks