allocation on the heap of 3d arrays in c++

后端 未结 0 817
轻奢々
轻奢々 2020-12-02 14:25

I\'m trying to use nested for-loops and new, to write the C++ code that creates a 3x6x4 3D int array (with the name C) in the heap.

Heres my code so far:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题