3D array C++ using int [] operator

后端 未结 7 1890
长发绾君心
长发绾君心 2020-12-15 09:03

I\'m new to C/C++ and I\'ve been cracking my head but still got no idea how to make an \"structure\" like this

\

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-15 09:06

    If it's the actual arrays you'r having problems with look here: Declaring a pointer to multidimensional array and allocating the array

    Not sure exactly what you want but you might want to read up on about linked lists.

提交回复
热议问题