struct with a dynamic memory array element in c

后端 未结 0 1965
梦谈多话
梦谈多话 2020-12-18 07:40

I am trying to create a struct. One of the elements of the struct is an array that should be able to grow if needed.

I do this:

int  COLS=2, ROWS=20;
l         


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