Chinaunix首页 | 论坛 | 博客
  • 博客访问: 667512
  • 博文数量: 150
  • 博客积分: 4070
  • 博客等级: 中校
  • 技术积分: 1795
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-23 21:44
文章分类

全部博文(150)

文章存档

2012年(1)

2011年(123)

2010年(26)

分类: C/C++

2011-07-08 10:37:00

1.static_cast:数制转换;
 
2.dynamic_cast:向下转换和在继承之间的转换;
 
3.const_cast:去掉const;
 
4.reinterpret_cast:用于执行不安全类型的implementation_dependent转换。
阅读(1022) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~