How to use Malloc pointers in comparison to array in C

前端 未结 0 1469
天命终不由人
天命终不由人 2020-11-30 16:18

I created a struct called PLAYER and I want to create an list that stores the pointers to the PLAYER object.

If I want to accomplish it with

PLAYER **p         


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