Reading from txt file into array of struct

后端 未结 0 710
无人共我
无人共我 2020-12-13 09:13
struct Total
{
    char Name[40];
    int No[40];

};
struct Total *List = NULL;

So let\'s say my content of txt is "Test;12345"

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