c++ 0x 新特性

<?xml version="1.0" encoding="utf-8"?> c++ 0x 新特性

c++ 0x 新特性

Reference

C++0x FAQ中文版(http://imcc.blogbus.com/logs/106046323.html)

http://www.stroustrup.com/C++11FAQ.html

C++11 中值得关注的几大变化(详解)

翻译的很好强烈推荐。

The Biggest Changes in C++11 (and Why You Should Care)

Lambda Expressions

Automatic Type Deduction and decltype

Uniform Initialization Syntax

Deleted and Defaulted Functions

nullptr

Delegating Constructors

Rvalue References

C++11 Standard Library

C++11 FAQ

When will compilers implement C++11?


Post by: Jalen Wang (转载请注明出处)

转载于:https://www.cnblogs.com/jalenwang/archive/2013/05/07/3064819.html

猜你喜欢

转载自blog.csdn.net/weixin_34102807/article/details/93441009