vc6.0 对string成员的结构体变量初始化

2024-11-28 12:48:00
推荐回答(1个)
回答1:

将结构改成这样即可:
struct Person
{
char name[20];
int count;
};