I have a bulk of code like this:
struct SoccerTeam { string teamName; int totalGame; SoccerPlayer playerStore[PLAYERS] = { { "NONE", 0 }