gxqcn 发表于 2009-6-19 07:46:43

C++Ox: The Dawning of a New Standard

It's been 10 years since the first ISO C++ standard, and 2009 will bring us the second. The new standard will support multithreading, with a new thread library. Find out how this will improve porting code, and reduce the number of APIs and syntaxes you use.
In this special report, Internet.com delves into the new features being discussed by the standards team. Learn how these new features will revolutionize the way you code.

Special report topics include:
[*]Overview: C++ Gets an Overhaul
[*]Easier C++: An Introduction to Concepts
[*]Simpler Multithreading in C++0x
[*]The State of the Language: An Interview with Bjarne Stroustrup
[*]Timeline: C++ in Retrospect


转自:C++Ox: The Dawning of a New Standard

gxqcn 发表于 2009-6-19 07:54:27

C/C++ 标准一直比较稳定,
尤其是效率等方面不像其它语言那样新版有质的飞跃,
也许是它本身已经足够优化的缘故。

对于我本人来说,
比较关注效率安全等方面,
一些高级特性很少甚至不曾使用过。

在多核普及时代,
不知其C++内置支持多线程是否更高效?

还有,C 标准可有修订计划?
(因为我主要与C打交道)

winxos 发表于 2009-6-19 11:00:51

哇,才知道C++原来还要出新标准呢,以为已经稳定不变了呢!

tprime 发表于 2009-6-22 09:22:48

3# winxos


09版C++可用性很强了, 很多有用的库被接纳
页: [1]
查看完整版本: C++Ox: The Dawning of a New Standard