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

2024年11月28日 12:48
有1个网友回答
网友(1):

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