以上来源于:Wikipedia
typedef struct 记录类型 ; 顺序链表结构 ; 颜色定义 ; 定义运算符栈
typedef stdstring字符串
TYPEDEF PTR的用法
typedef union颜色分量交换结构
typedef sequenceBinaryFile用于文件的交互
typedef char字符型
typedef f重新进行数据类型定义
typedef int整型
typedef float浮点型
Thisbringsustothe firsttypedeftrap.
这里将带我们到达第一个typedef陷阱。
blog.163.com
Thesecomplextypescanbeenumerations,structures,andunions,oryoucanusetypedeftocreateanewname for a type.
这些复杂的类型可以是枚举、结构和联合,或者您可以使用typedef来创建类型的新名称。
www.ibm.com
Anotherwaytorefer tothetypeofanexpressioniswithtypeof.Thesyntaxofusingofthiskeywordlookslikesizeof,but the construct acts semantically likeatypenamedefinedwithtypedef.
另一种引用一个表达式类型的方法就是使用typeof,使用这个关键字的语法看上去有点像使用sizeof,但从本质上讲,它更像是使用typedef定义一个类型名称。