您的位置:首页 > 编程语言 > C语言/C++

一些c++的知识点

2017-05-31 21:06 309 查看
对自己看过的几篇不错的博客,进行一个记录。‘

关于typename:

 

1.typename的起源与用法:http://feihu.me/blog/2014/the-origin-and-usage-of-typename/

2. C++ typedef typename 作用 http://blog.csdn.net/zhangxiao93/article/details/50569924

 

 

关于 

reinterpret:

 

 

 1.reinterpret_cast强制类型转换有感 http://blog.csdn.net/cde7070/article/details/43153141

 

 

2.static_cast和reinterpret_cast

 

关于NULL 0nullptr ""
http://blog.csdn.net/cc1949/article/details/51249555
 http://www.cnblogs.com/porter/p/3611718.html



关于c++11 的alignof
http://zh.cppreference.com/w/cpp/language/alignof
 http://blog.csdn.net/audi2/article/details/39103733



关于 

C++11异常处理 noexcept

 

 
http://blog.csdn.net/zkreats/article/details/50550786
 

 

 

 

 

关于右值引用

 

 
https://www.ibm.com/developerworks/cn/aix/library/1307_lisl_c11/
 

 

 

 

 

关于内存池

 

 
http://www.jianshu.com/p/cfe75322e4d3
 

 
http://blog.csdn.net/md521/article/details/42046043
 

 

 

 

 

关于inline

 

 
http://www.cnblogs.com/berry/articles/1582702.html
 

 

函数前后加const 的区别

 

 
https://www.iteblog.com/archives/214.html
 

 

c++ throw()

 
https://zhidao.baidu.com/question/557297790.html



size_t
http://baike.baidu.com/link?url=3R8HZdJO0Htg975bvild1lXjx4XOZlXCzVVOJxEOx7FSQo1Ik8Xvbs80IJiLb_L2QFnObN3BiRF3Pl46HX9S1a

 

 

 

union
http://www.51hei.com/mcu/3767.html



placement new
http://blog.csdn.net/zhangxinrun/article/details/5940019
 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: