摘要:
转载自:结构体定义typedefstruct用法详解和用法小结typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。具体区别在于使用时,是否可以省去struct这个关键字:若struct node {}这样来定义结构体的话。在申请node 的变量时,需要这样写,st... 阅读全文
posted @ 2015-05-19 10:02 lwflourish 阅读(1009) 评论(0) 推荐(0)
|
|||
|
摘要:
转载自:结构体定义typedefstruct用法详解和用法小结typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。具体区别在于使用时,是否可以省去struct这个关键字:若struct node {}这样来定义结构体的话。在申请node 的变量时,需要这样写,st... 阅读全文
posted @ 2015-05-19 10:02 lwflourish 阅读(1009) 评论(0) 推荐(0) |
|||