Where can I learn more about C++0x? [closed]

2019-01-07 01:53发布

I would like to learn more about C++0x. What are some good references and resources? Has anyone written a good book on the subject yet?

7条回答
ゆ 、 Hurt°
2楼-- · 2019-01-07 02:18
姐就是有狂的资本
3楼-- · 2019-01-07 02:24
查看更多
等我变得足够好
4楼-- · 2019-01-07 02:27

Wikipedia article seems like an excellent starting point: C++0x

It provides a good summary with brief examples and is updated regularly to match latest additions.

查看更多
一纸荒年 Trace。
6楼-- · 2019-01-07 02:35

Here are two videos on the subject. They are a bit old, but still very relevant: New Features in the Next C++ Standard ( http://www.youtube.com/watch?v=ZAG5txfYnW4 ) and Advanced Topics in Programming Languages Series: C++ Threads

查看更多
做个烂人
7楼-- · 2019-01-07 02:36

Herb Sutter's blog, He posts new developments in C++0x and links to detailed references

Bjarne Stroustrup's Website

Both are ISO-C++ standards committee members. Herb Sutter will posts an update on each meeting that he attends.

Working Draft, Standard for Programming Language C++

查看更多
登录 后发表回答