C++0x

Link/UrlTags
Support for C/C++0x atomic operations [Forums]
Does Intel have some plans to support "fine-grained" atomic operations in future x86 processors in the context of emerging C/C++0x standard and it's support for such operations?Particularly I mean ato ...

Posted: 2008-09-29 22:08:27 by Dmitriy Vyukov
atomic operations, C++0x
Intel C++ and rvalue references [Forums]
What about subj? ICL has support for the lambda expressions, decltype, but what happened with rvalue references? This great feature is really needed for effecient programming. With best regards.. ...

Posted: 2009-04-26 04:20:16 by mas912
C++0x, rvalue
ISO/IEC Standards language conformance for Intel C++ compiler [Knowledgebase]
The Intel C++ compiler option /Qstd=val or –std=val could be used to get the specific version of ISO/IEC standards language conformance for the compiler. The possible values are for “val” are gi ...

Posted: 2009-07-07 11:30:15 by Om Sachan (Intel)
C++0x, ISO Standards, ISO/IEC 9899:1990, ISO/IEC 9899:1999, gnu89, gnu++98, ISO C90
Exception handling in TBB 2.2 - Getting ready for C++0x [Blogs]
I've never finished the series of the blogs devoted to exception handling and cancellation I started last year, and now seems to be a convenient moment to do this at last. Why now? Because just releas ...

Posted: 2009-08-18 05:22:46 by Andrey Marochko (Intel)
C++0x, Multithreading, Threading Building Blocks, exception handling, TBB, exception propagation