In C++, is a “STATIC” 2D array slower in overall operations than a 1D “STATIC” array that behaves like a 2D array?

前端 未结 0 851
既然无缘
既然无缘 2020-12-19 09:49

I just want to ask which is better to implement in terms of performance and efficiency when dealing with 2D static arrays(not dynamic), and possibly code complexity since we

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