摘要:
```c # include # include // 定义结构体 struct tagPoint { double x; double y; double z; }tagPoint; // 给tagPoint起别名Point typedef struct tagPoint Point; // 定义了一个tagPoint类型指针 typedef struct tag... 阅读全文
posted @ 2019-05-30 07:38
加州风尘
阅读(198)
评论(0)
推荐(0)