typedef struct{ double x,y; }Point;
使用 typedef 可以使结构体使用前不需要加 struct
原文地址:https://www.cnblogs.com/soulwinter/p/ch4notes.html
时间: 2024-10-28 12:10:31
typedef struct{ double x,y; }Point;
使用 typedef 可以使结构体使用前不需要加 struct
原文地址:https://www.cnblogs.com/soulwinter/p/ch4notes.html