How to intialize const member variables in a class C++ when you also want to do exception handling with those values?

后端 未结 0 606
广开言路
广开言路 2021-02-04 07:11

For example, if you want to create a 2d array dynamically inside a class and do not want the number of rows and columns to be a const member variable. You also want to do except

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