How to make a class member big 2D C array properly?

前端 未结 0 1666
暗喜
暗喜 2020-12-10 01:53

I have a very simple piece of code:

#include 
#include 

using namespace std;

const int K=1;
const int N=1024*K;
const int M=10         


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