Dynamically allocating a 2D array of objects in C++

preview_player
Показать описание
I'd like to create a dynamic 2d array of points. The array has n rows and m columns. First, I create an array of Point*, then for each element of this array, I create a child array of Point object
Рекомендации по теме