I can't understand why the values are not assigning to struct defined in double pointer

前端 未结 0 1785
死守一世寂寞
死守一世寂寞 2020-12-08 21:51

There is a specific csv file containing lines in a specific format, and I defined a struct of it.

typedef struct {
    int passengerId;
    int survival;   //         


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