C, I am having a memory issue I think

前端 未结 0 1414
甜味超标
甜味超标 2021-02-09 12:11

I have the following struct

struct matrix_t {
    int m;
    int n;
    double * data;
} matrix_t;

Which gets initialized and returned in a metho

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