Where is my fault while assigning values from 2d array to 1D array?

后端 未结 0 843
耶瑟儿~
耶瑟儿~ 2021-02-02 03:07

I am trying to understand the arrays. Here i have code like this, I have a class Matrix

class Matrix {

public:
    int size;
    int** A;
    int* B = new int[si         


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