self referential struct definition?

后端 未结 9 1654
死守一世寂寞
死守一世寂寞 2020-11-22 11:09

I haven\'t been writing C for very long, and so I\'m not sure about how I should go about doing these sorts of recursive things... I would like each cell to contain another

9条回答
  •  耶瑟儿~
    2020-11-22 11:57

    From the theoretical point of view, Languages can only support self-referential structures not self-inclusive structures.

提交回复
热议问题