Dynamic 2D Arrays of Class Objects - C++ Forum
Is there anyway I can make a dynamic array of class objects?? eg in Java you can write myclass [][] mc = new mc [5][6]; However in C++ I can't do something like that. ... Zaita, that's the OO dev in you coming out again :). malloc can sometimes be the onl...