Hi everyone:
I am having problems with a class I created for making 2D dynamic arrays.
I'm using Xcode and my program keeps crashing with the message, "out of memory." I'm pretty sure that my constructor and destructor are OK. Someone suggested that I need a copy/assignment constructor. I...