码迷,mamicode.com
首页 > 编程语言 > 详细

C++11

时间:2018-02-19 12:41:12      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:register   null   div   oid   常量   智能   article   增强for循环   c++   

C++11特性

0.禁止使用
register
auto_ptr
export(标准有但没有编译器实现)
1.语言特性
        空指针从NULL(0或者(void*)0)改成了nullptr;
        常量表达式constexpr,修饰的内容变成了常量,非负整数常量特点是可以作为数组元素个数
        自动类型推导auto和decltype
        增强for循环(和java相同的区间迭代)
        用{}进行统一初始化
        右值引用

        模板增强
        面向对象增强
        lambda表达式(函数增强)
        
2.标准库
       智能指针
        std::function<>和std::bind

http://blog.csdn.net/liukang325/article/details/53668046

        STL增强:
            容器
            算法
        正则表达式
        线程库

C++11

标签:register   null   div   oid   常量   智能   article   增强for循环   c++   

原文地址:https://www.cnblogs.com/dingbin1995/p/8453666.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!