2015年5月5日

c++相关知识回顾

摘要: 1.typedeftypedef用来定义同类型的同义词。如:1 typedef unsingned int size_t;2 typedef int ptrdiff_t;3 typedef T * iterator;需要注意的是,不应该将typedef当做文本扩展来看待,如下例:1 typedef ... 阅读全文

posted @ 2015-05-05 21:59 lxiao_socool 阅读(243) 评论(0) 推荐(0) 编辑

导航