All Articles Tagged C++0x
| Link/Url | Tags |
|---|---|
| Easier Intel(R) TBB parallel_for with C++0x Lambda Expression[Videos] This video describes how to use the easier form of the Intel(R) TBB parallel_for. Posted: 2011-05-27 19:57:17 | C++0x, lambda expressions, parallel_for, TBB |
| Kernel Template Library[Knowledgebase] Kernel Template Library is a set of headers defining a methodology for defining High Level helper objects (Point, Matrix, etc.) and using them to express the algorithm of a Kernel. It can then apply... Posted: 2011-03-09 21:00:00 by Alex Wells (Intel) | AVX, C++0x, Lambda, simd, SSE, Vectorization |
| C++0x Macro identification[Forums] Hello,i've been searching for this quite some time without much luck.In VC++ there is a preprocessor macro _HAS_CPP0X, similarly GCC has __GXX_EXPERIMENTAL_CXX0X__ defined when the c++0x feature set... Posted: 2011-02-10 05:36:31 | C++0x, macro, move |
| Some gcc Headers will not Compile due to Use of C++0x Variadic Templates[Knowledgebase] Reference Number : DPD200027211Version : 11.1, Intel® C++ Compiler XE 2011Product : Intel® C++ Composer XE for Linux*, Intel® C++ Compiler for Linux* Professional EditionOperating System : Linux*Problem... Posted: 2011-09-06 00:00:00 by Brandon Hewitt (Intel) | C++0x, variadic template |
| nullptr in VS2010[Forums] Recently I've noticed my code failing to compile because Intel Composer does not know anything about the nullptr or nullptr_t type which was introduced into Visual Studio 2010 as a C++0x language feature.For... Posted: 2010-07-13 03:32:06 | C++0x, nullptr, Visual Studio 2010 |
| Static code analysis and the new language standard C++0x[Knowledgebase] Abstract Introduction 1. auto 2. decltype 3. R-value reference 4. Right angle brackets 5. Lambdas 6. Suffix return type syntax 7. static_assert 8. nullptr 9. New standard... Posted: 2010-04-14 21:00:00 by Andrey Karpov | C++, C++0x, Visual C++, Visual Studio 2010 |
| I have a stupid question :([Forums] Hi all programmers,I am using intel c++ compiler, 11. .. .51. , and i want to use C++0x standart in my project.i enabled the option in properties dialog, (/Qstd=c++0x), but i just can use the "auto".auto... Posted: 2009-12-02 13:27:18 | C++0x, stupid questions |
| 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 given... Posted: 2009-07-07 00:00:00 by Om Sachan (Intel) | C++0x, gnu++98, gnu89, ISO C90, ISO Standards, ISO/IEC 9899:1990, ISO/IEC 9899:1999 |
| 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 | C++0x, rvalue |
| 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 atomic... Posted: 2008-09-29 22:08:27 | atomic operations, C++0x |
