C++11

Source: Internet
Author: User
C++11 characteristics 0. Prohibited use
registerauto_ptrexport(标准有但没有编译器实现)
1. Language Features
        空指针从NULL(0或者(void*)0)改成了nullptr;        常量表达式constexpr,修饰的内容变成了常量,非负整数常量特点是可以作为数组元素个数        自动类型推导auto和decltype        增强for循环(和java相同的区间迭代)        用{}进行统一初始化        右值引用        模板增强        面向对象增强        lambda表达式(函数增强)        
2. Standard library
       智能指针        std::function<>和std::bind

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

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

C++11

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.