_classA **_TTT[3];
_TTT[n][_num_ttt[n]] = new _classA(3,5);
May I know what is
_TTT[n][_num_ttt[n]]
How this dynamic array work?Appreciate if you could provide me an explanation in graphical view how actually the dynamic pointer point to the other and how to form [ ][ ]. Thanks.