摘要:
typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。具体区别在于: 若struct node {}这样来定义结构体的话。在申请node 的变量时,需要这样写,struct node n; 若用typedef,可以这样写,typedef struct nod... 阅读全文
posted @ 2015-12-22 10:39
想总结却停留不前?
阅读(1368)
评论(0)
推荐(0)
2015年12月22日