我正在开发一个示例程序来帮助我学习C++中的结构。这是我的代码:#include#include#includeusingnamespacestd;intnextPersonID=0;intnextAddressID=0;structdate{intday;intmonth;intyear;};structaddress{intid;stringaddress;dateeffectiveDate;dateexpirationDate;};structperson{intid;stringname;datebirthdate;constintnumberOfAddresses;addre