阅读背景:

请求成员的东西不是结构或工会?

来源:互联网 

I have the following code:

我有以下代码:

people[nextfreeplace] -> personName = name;
people[nextfreeplace] -> age = age;

typedef struct person
{
  char *personName;
  int age;
}Person;
people[n



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: