Display an initialized array of structure in C++

前端 未结 0 2009
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 08:34

I have a bulk of code like this:

struct SoccerTeam
{
    string teamName;
    int totalGame;
    SoccerPlayer playerStore[PLAYERS] = { { "NONE", 0 }         


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