In this interview
<a href="http://www.devx.com/SpecialReports/Article/38813/0/page/1">http://www.devx.com/SpecialReports/Article/38813/0/page/1</a> Bjarne
Stroustrup&nbsp; talks about&nbsp; an upcoming C++ ISO standard,&nbsp;
C++0x&nbsp; (the same nomenclature as &quot;C89&quot;, &quot;0x&quot; means the specific
year is undecided, it doesn&#39;t mean hex :-).<br>
<br>
He categorizes the additions in three ways, Concurrency, Language, and
Libraries; the concurrency part is about multicore support.<br>
<br>
He writes, &#39;Basically, the &quot;concurrency&quot; features will standardize the basic layers
needed to do systems programming in a multi-core world. Obviously,
facilities for doing that already exist in C++ implementations, but
they are not standardized. I&#39;d have liked to see library support for
some high-level concurrency models, but the committee didn&#39;t have the
time or consensus for that.&#39;<br>
<br>
Peter<br>