阅读背景:

如何解释和使用“struct in struct”?

来源:互联网 
typedef struct A
{
     short B;
     short C;
} New_Type;

struct Move_Information
{
     New_Type Position [25];
};
typedef struct A
{
     short B;
     short C;



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

分享到: