09 2017 档案

摘要:先看一下 别人总结的 c++ 四大 转换 static_cast 、 dynamic_cast 、const_cast、reinterpret_cast http://www.jellythink.com/archives/205 要补充的是 1.dynamic_cast 在进行 下行转换时 父类 阅读全文
posted @ 2017-09-08 10:09 CodeWu 阅读(532) 评论(0) 推荐(0)
摘要:首先是一个链接 这里 说的很详细了 http://www.cnblogs.com/alephsoul-alephsoul/archive/2012/10/17/2728019.html 关于c++ new 的本质 在上面基础上 要说的 是 new 和 malloc 的区别 首先是 malloc的相关 阅读全文
posted @ 2017-09-06 00:18 CodeWu 阅读(290) 评论(0) 推荐(0)