草庐IT

Person_Fear

全部标签

c++ - 注意 : 'person::person()' is implicitly deleted because the default definition would be ill-formed

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