All Articles Tagged C++

Link/UrlTags
problem while installing intel C++ compiler: latest build[Forums]
Dear all, I downloaded the latest build of the intel c++ and fortran compilers. I could succesfully install fortran compiler for linux, however c++ compiler gives me an errorThe serial number you provided...

Posted: 2012-05-02 02:40:35
C++, serial number
90 errors in open-source projects[Knowledgebase]
Abstract There are actually 91 errors described in the article, but number 90 looks nicer in the title. The article is intended for C/C++ programmers, but developers working with other languages may also...

Posted: 2011-10-22 23:00:00 by Andrey Karpov
bugs, C++, code review, cpp, errors, open source, PVS-Studio, Security Community, static code analyzer
Combining the \'using\' directive with partial overloading: gcc feature or intel bug?[Forums]
I wish to use a set of libraries written in C++ with the Intel compilers. I've attached sample code which demonstrates the problem. There are many places in the libraries where they make use of combining...

Posted: 2011-10-04 02:07:55
C++, compiler, gcc vs icc
How to make fewer errors at the stage of code writing. Part N3.[Knowledgebase]
Abstract This is the third article where I will tell you about a couple of new programming methods that can help you make your code simpler and safer. You may read the previous two posts here [1] and...

Posted: 2011-07-11 00:00:00 by Andrey Karpov
Andrey Karpov, C++, code review, cpp, Parallel Programming, PVS-Studio, QT, static code analyzer
C++ and Intel MKL for Scientific programming[Forums]
Hi everybody,I need your expertise...I will start writing a Scientific program (a numerical simulator for Differential Algebraic Equation system). The default language most people in Power Engineering...

Posted: 2011-06-23 09:47:14
BLAS, blitz++, C++, Fortran, MKL, numerical simulation
C++ AMP[Forums]
Hello,in the last couple of days i was following Microsofts announcement about C++ AMP and how it will work in theory.Microsoft is releasing C++ AMP as an open specification.Now i am wondering if there...

Posted: 2011-06-21 13:08:52
amp, C++, TBB
Compiler error[Forums]
Hi there, I'm evaluating the Intel C++ compiler for my company. Unfortunately I'm hitting some compiler errors with the 12.0 version. The most notorious error is:error : argument list for template...

Posted: 2011-02-16 08:08:32
C++, compiler, error, template, Visual Studio 2010
Intel IPP Samples for Windows - error correction[Knowledgebase]
This is one of my posts on how PVS-Studio makes programs safer. That is where and what types of errors it detects. This time it is samples demonstrating handling of the IPP 7.0 library (Intel Performance...

Posted: 2011-01-31 00:00:00 by Andrey Karpov
c plus plus, C++, code review, errors, IPP, PVS-Studio, Static code analysis, static code analyzer
Consequences of using the Copy-Paste method in C++ programming and how to deal with it[Knowledgebase]
I create the PVS-Studio analyzer detecting errors in source code of C/C++/C++0x software. So I have to review a large amount of source code of various applications where we detected suspicious code fragments...

Posted: 2011-01-23 13:00:00 by Andrey Karpov
C++, code review, copy-paste, error, PVS-Studio
Compiler Warnings #2022, #2012, #383[Forums]
Hello all,I'm compiling my C++ application using icc v. 12, and enabled all warnings to see what the Intel compiler would say about my code. I've got warnings, of course, but some of them didn't...

Posted: 2010-12-28 14:17:30
C++, compiler warning
Intel Parallel Studio XE CoArray Fortran [Videos]
Steve Lionel, from Intel’s compiler team, talks about the new Coarray Fortran feature of the Intel Fortran compiler, part of Intel Parallel Studio XE 2011. Intel® Parallel Studio XE 2011...

Posted: 2010-12-08 09:07:32
application Performance, C++, COarray, Code, compiler, Intel Parallel Studio XE, Intel Tools, multicore, Parallel Studio XE, Software Tools, tools
Static analysis: errors in media player and bugless ICQ[Knowledgebase]
I'd like to continue our excursion of software errors and demonstration of static code analysis' utility. This is my latest text about the PVS-Studio version which is not available for download yet. I...

Posted: 2010-11-18 00:00:00 by Andrey Karpov
C++, PVS-Studio, Static code analysis
Difference of code analysis approaches in compilers and specialized tools[Knowledgebase]
Compilers and third-party static code analyzers have one common task: to detect dangerous code fragments. However, there is a great difference in the types of analysis performed by each kind of these tools....

Posted: 2010-10-31 10:00:00 by Andrey Karpov
C++, code review, errors, Intel C++, PVS-Studio, Static code analysis
Static analysis of source code by the example of WinMerge[Knowledgebase]
The today's post is devoted to the question why tools of static source code analysis are helpful regardless of programmer's knowledge and skill. I will demonstrate the benefit of static analysis by the...

Posted: 2010-10-31 21:00:00 by Andrey Karpov
C++, errors, PVS-Studio, Static code analysis
My exe crashes when trying to use call graph [Forums]
Hi,I am using VTune version 9.1 for analyzing my code.When i do this (option 1):Instrument EXE - All functionsInstrument dlls - minimalMy application can start but suddenly crashes on several un-explained...

Posted: 2010-10-30 23:44:45
C++, crash, exe, executable, mfc, vtune
Intel® ArBB Two-Phase Compilation[Knowledgebase]
Intel ArBB runtime-dynamic (JIT) compilation processIntel ArBB programs are provided as functions, either general functions or element-wise operating "mapped" functions (kernels). The statements building...

Posted: 2010-09-14 21:00:00 by Noah Clemons (Intel)
C++, compilation, compiler, debugger integration, immediate mode, JIT, optimized code, runtime-dynamic
Exception handling[Forums]
Hi, Would you please let me know how I can catch exceptions in Intel Fortran? I have been working with C++ and Java and I expect there should be a way similar to what exists in C++/Java to handle exceptions....

Posted: 2010-09-20 03:51:07
C++, exception handling
A Collection of Examples of 64-bit Errors in Real Programs[Knowledgebase]
Abstract This article is the most complete collection of examples of 64-bit errors in the C and C++ languages. The article is intended for Windows-application developers who use Visual C++, however, it...

Posted: 2010-09-07 10:00:00 by Andrey Karpov
64-bit, C++, errors, Intel 64, Porting, PVS-Studio, Win64, x86-64
How to add other nodes to the head node?[Forums]
Hi friends, I have a cluster having 4 nodes. On the head node, I installed Intel C++ and Fortran by the license file that I got from Intel. Now I want to share them among all other nodes by sharing the...

Posted: 2010-09-07 19:25:08
C++, Cluster
CRT Concurrency Runtime: Resource Manager[Knowledgebase]
Visual C++ 2010 comes with interesting new features and enhancements to simplify more native programming. The Concurrency Runtime is an added framework to simplify parallel programming and helps you write...

Posted: 2010-09-06 12:00:00 by issam_lahlali
C++, concurrency
Extending STL for Games[Knowledgebase]
by Neil Gowerneilg@vertexblast.com Download Article Download Extending STL for Games [PDF 405KB] Introduction Despite widespread usage of the Standard Template Library (STL) in the C++ development...

Posted: 2010-09-06 00:00:00 by Vincent Scotto (Intel)
C++, game development, iterators, Standard Template Library, STL, STL Container, vcsource_domain_gamedev, vcsource_domain_graphics, vcsource_index, vcsource_os_windows, vcsource_platform_desktoplaptop, vcsource_type_techarticle, visual computing
How to add other nodes to the head node?[Forums]
Hi friends, I purchased Intel C++ 11.1 and Intel Fortran 11.0 for our cluster, which includes 4 nodes. Initially, I installed them on the head nodes and gave the license file as usual, and it is working...

Posted: 2010-09-07 07:57:16
C++, Cluster
Unable to install the compiler under Windows[Forums]
Hi,I have download a trial version of the C++ compiler for Windows, but when I launch the setup application I got the following error message :\"Error while extracting file: C:\\Program Files\\Intel\\Download\\w_cproc_p_11.1.065_ia32\\autorun.inf\"\"Access...

Posted: 2010-07-14 01:27:32
access denied, autorun.inf, C++, compiler, install error, setup
in MacOSX 10.6 Intel C++ Libraries installation / setup Problem for ipp, tbb, and mkl [Forums]
Hi, I found this to be the forum that applies for my question. I hope I'm right. I installed m_cproc_p_11.1.088.dmg and m_cprof_p_11.1.088.dmg without any problems. I have my key and everything went...

Posted: 2010-06-16 07:13:14
C++, Install, install error, mac, Mac OS X 10.6, setup, TBB
Interview with Issam Lahlali, one of the CppDepend tool creators[Knowledgebase]
Abstract Introduction Questions and answers References   Abstract The article presents answers to the questions asked to Issam Lahlali that concern the developer tool CppDepend.   Introduction In...

Posted: 2010-06-05 10:00:00 by Andrey Karpov
C++, CppDepend, developer tool
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
Data Parallelism Whitepapers and Tutorials[Knowledgebase]
WhitepapersCt Technology: A Flexible Parallel Programming Model for Multicore and Many-Core ArchitecturesAbstract: Microprocessor design and manufacturing process innovations continue to improve software...

Posted: 2010-03-11 00:00:00 by AmandaS (Intel)
binomial tree, black scholes, C++, data parallel, data parallelism, monte carlo, multi-core, Multi-threading, parallel computing, threading
Getting Processor Spec Number in c/c++/c#[Forums]
Hi, I'm working in a Desktop Hardware Inventory Project, and I need to get the sSpec number of  Intel Procesors in the local machine. Is there a way to get this information with c/c++/c# ? Thanks.

Posted: 2010-02-02 04:32:19
c#, C++, hardware, processor, sSpec
How to get CPUID String.[Forums]
Hi,I'm working in a C# Desktop Hardware Inventory Project, and I need to get the CPUID String  of  Intel Processors in the local machine. I know this String is built with the CPU Family,Model and...

Posted: 2010-01-22 11:11:51
c#, C++, CPUID, CPUID String, get cpu, processor
Getting Processor Spec Number in c/c++[Forums]
Hi, I'm working in a Desktop Hardware Inventory Project, and I need to get the sSpec number of  Intel Procesors in the local machine. Is there a way to get this information with c/c++/c# ? Thanks.

Posted: 2010-01-19 03:51:50
c, c#, C++, processor, sSpec Number
Interview with Anatoliy Kuznetsov, the author of BitMagic C++ Library[Knowledgebase]
Abstract In this article, Anatoliy Kuznetsov answers the questions and tells us about the open BitMagic C++ Library. Introduction In my regular browsing through 64-bit programming related websites,...

Posted: 2009-11-19 13:00:00 by Andrey Karpov
BitMagic, C++, cuda, SSE
An unsuccessful attempt to compare PVS-Studio (VivaMP) and Intel C/C++ ("Parallel Lint")[Knowledgebase]
Andrey KarpovOOO "Program Verification Systems" September 2009 Abstract Brief reference information Introduction Preparation to testing ParallelSample with Intel C++ "Parallel Lint" Analysis...

Posted: 2009-10-07 13:00:00 by Andrey Karpov
C++, Intel C++ Compiler, OpenMP, parallel lint, Parallel Programming, PVS-Studio, VivaMP
64-bit Loki[Knowledgebase]
Loki Team and OOO "Program Verification Systems". Andrei Alexandrescu, Andrey Karpov, Evgeniy Ryzhkov, Peter Kümmel, Rich Sposato. September 2009   Abstract Introduction Building of...

Posted: 2009-10-05 13:00:00 by Andrey Karpov
64-bit, 64-bit migration, C++, Loki
About size_t and ptrdiff_t[Knowledgebase]
Andrey KarpovOOO "Program Verification Systems" September 2009 Abstract Introduction size_t type ptrdiff_t type Portability of size_t and ptrdiff_t Safety of ptrdiff_t and size_t types...

Posted: 2009-10-05 13:00:00 by Andrey Karpov
C++, ptrdiff_t, sizeof, size_t
Pass class object from C++ to Fortran to C++[Forums]
Hello All,I have been searching to find information on passing classes as arguments from C++ to Fortran to C++, but with no luck. I acutally thought this would be a common problem, but maybe everyone that...

Posted: 2009-09-28 09:34:52
C++, class, function argument, Interoperabilty
Ejemplo para introducción al paralelismo[Knowledgebase]
Introduccion Algunos alumnos dificilmente visualizan como se puede convertir un programa "en serie" en "paralelo". A continuación se presenta el caso de un programa hecho usando el paradigma de programacion...

Posted: 2009-07-24 22:00:00 by Jose Jesus Ambriz Meza
C++, CreateThread, Parallel Programming, serial to parallel, Sleep
Request for help: iso_c_binding with C calling Fortran with char[] argument[Forums]
Hi,I'm new to using iso_c_binding and I'm having trouble figuring out the proper way to have a C main code call a F90 subroutine when the subroutine has a char[] argument. I am hopeful that someone on...

Posted: 2009-07-08 17:08:59
C++, iso_c_binding
Parallel Programming Tools: Enhancing Computer Vision[Videos]
Creating applications that take advantage of multi-core hardware requires new approaches in parallel programming. We show how innovative tools like Intel® Concurrent Collections and Intel's Ct Technology...

Posted: 2009-07-01 12:41:31
C++, C/C++, computer vision, Concurrent Collections, Ct, Ct Technology, Intel Software Network, multi-core, multicore, parallel computing
Can I export a makefile from Visual Studio?[Knowledgebase]
This capability was removed from Visual Studio starting with Visual Studio .NET 2003*.Discussion on the msdn.com and microsoft.com web sites indicate that this featurewill not be implemented in future...

Posted: 2009-07-07 00:00:00 by Steve D. (Intel)
C++, compiler, export, export makefile, makefile, Visual Studio
Source Code Analysis does not report errors[Knowledgebase]
If you are using Source Code Analysis, -diag-enable sc (Linux OS and Mac OS X) or /Qdiag-enable:sc (Windows OS), and do not see expected errors reported, it may be because of other compiler options you...

Posted: 2009-05-12 00:00:00 by Steve D. (Intel)
C++, diag-enable, Source Code Analysis, static verifier
64 bits, Wp64, Visual Studio 2008, Viva64 and all the rest...[Knowledgebase]
Andrey KarpovOOO "Program Verification Systems" AbstractIntroduction1. What is /Wp64 key?2. Why do we need Viva64 analyzer if we have /Wp64?3. Why is /Wp64 key declared deprecated in Visual Studio 2008?4....

Posted: 2009-04-21 00:00:00 by Andrey Karpov
/Wp64, 64-bit, C++, Visual Studio, Viva64, x64
Using the Intel Compilers for Linux with Debian[Knowledgebase]
Introduction : Using Intel(R) Compilers under Debian (4.0 and 5.0 tested)For Ubuntu variants, see THIS ARTICLE.In order to use Intel(R) Compilers ( Fortran or C++ ) under Debian 4.0 or 5.0 you will need...

Posted: 2009-04-18 23:00:00 by Ronald W. Green (Intel)
C++, Debian
section not found for address 0x10000080C or address 0xFFFFFFFFFFFFFFFC on Intel 64 architecture Mac OS X 10.6[Knowledgebase]
Reference Number : Version : Intel C++ Compiler version 11.0Operating System : Mac OS X 10.6, Intel 64 architectureProblem Description : Resolution Status : Resolved in the latest Intel C++...

Posted: 2009-10-08 00:00:00 by Qale (Intel)
0x10000080C, C++, Intel 64, mac, Mac OS X, section
__restrict keyword causes error: no instance of overloaded function matches the argument list[Knowledgebase]
Problem : The following code fails to compile with Intel C++ compiler.   template< class T > class C { public: void foo(); void foo(const T& src); }; struct B { ...

Posted: 2009-12-08 00:00:00 by Qale (Intel)
argument, C++, list, template, __restrict
variable in for-loop may not be redeclared in this scope[Knowledgebase]
Problem : Intel Compiler fails to compile the following test casevoid test(){for (int i=0; i < 1000; i++){for (int i=0; i < 1000; i++); // if this is removed MSVC++ 2005 and 2008 give an errorint...

Posted: 2009-06-24 00:00:00 by Qale (Intel)
C++, compiler, loop, scope
RTC1 in MSVS option does not work when using intel compiler - work around provided[Knowledgebase]
Problem : -RTC1 does not work with Intel CompilerEnvironment : Windows, MSVC studio, Intel C++ CompilerRoot Cause : -RTC1 does not check for uninitialized variables when using Intel Compiler for...

Posted: 2009-06-24 00:00:00 by Qale (Intel)
C++, RTC1, Runtime check, windows
Using xilink with /Qipo and /Qparallel options may cause an Internal compiler error[Knowledgebase]
Reference Number : DPD200110663Version : 11.0.066Operating System : Windows, LinuxProblem Description : When an application is compiled using /Qipo for Windows* (-ipo for Linux*) and /Qparallel...

Posted: 2009-06-22 21:00:00 by Wendy Doerner (Intel)
C++, ClosedSWDefect, compiler, Ice, intel, internal compiler error, IPO, parallel
No trace file using Intel® Trace Analyzer and Collector[Knowledgebase]
Issue When I instrument the application test.cpp with the Intel® MPI Library compilation driver mpiicpc and with the Intel® Trace Collector using the command line (listed below) for Itanium®-based...

Posted: 2009-06-22 22:00:00 by Gergana Slavova (Intel)
C++, no trace file, trace analyzer and collector
problems with zhpevd from C++[Forums]
Hello,I am trying to diagonalize a hermitian matrix H, such that H = conjtrans(U).W.U from C++.I am not sure as of how to store my matrix data (column or row major), etc.Does anyone have a simple example...

Posted: 2009-01-16 13:13:53
C++, lapack, zhpevd
Intel(R) Debugger for Linux* (IDB)[Knowledgebase]
IntroductionThis article provides an overview of the Intel® Debugger for Linux* as included with the Intel® Composer XE for Linux* and Intel(R) Parallel Studio XE distributions. A more detailed whitepaper...

Posted: 2010-11-05 00:00:00 by Robert MuellerAlbrecht (Intel)
C++, debug, Debugger, thread
error PRJ0019: A tool returned an error code[Knowledgebase]
Problem : When invoking the Intel(R) Compiler on Windows* from Microsoft* Visual Studio you receive the error: "error PRJ0019: A tool returned an error code". Environment : Windows*Root Cause : A...

Posted: 2010-09-21 18:29:26 by Wendy Doerner (Intel)
C++, compiler, error, intel, Microsoft* Visual Studio
linking in IPP, C++, Linux, FedoraCore5, Eclipse, makefile, library path[Forums]
I'm just beginning to develop C++ apps on Linux with Eclipse 3.3 IDE and IPP.I can't seem to get out of the starting gate though, as I am unable to link either statically or dynamically.I have tried running...

Posted: 2009-01-14 09:12:40
C++, IPP, linking, Linux
Intel® C++ Compiler - Compiler Diagnostics (i.e. errors, warnings, or remarks)[Knowledgebase]
Diagnostic Definitions Currently, there is not a comprehensive document that lists the diagnostic (such as error, warning or remark) definitions for the Intel® C++ Compiler for Windows, Linux*...

Posted: 2009-03-30 01:00:00 by Jennifer Jiang (Intel)
-wd, /Qdiag-enable, /Qwd, C++, compiler, description, diagnostic, disable, error, g++, gcc, Parallel Composer, parallel studio, remark, Visual C++, warning
Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC[Knowledgebase]
Cause:When compiling with the Intel(R) Compilers on Linux*, the error message: "Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC" is an indication that some inconsistency...

Posted: 2009-07-06 00:00:00 by Wendy Doerner (Intel)
c, C++, compiler, cxxlib-gcc, error, g++, gcc, remark, warning
Passing string from fortran 90 to cpp dll[Forums]
Hello, I realy spent to much time on this issue and I desperately need help. I'm actually using the Compaq Visual Fortran. I want to call a cpp dll and pass a string to a function. This is my fortran...

Posted: 2008-12-10 15:43:27
C++, cpp, dll, pass string
Using multiple cores for compilation[Forums]
I'm using MSVC 2005 standard with the intel 11.0 c++ compiler and I'm noticing that it doesn't seem to be using multiple cores / threads for compilation. Forgive me if this is a nub question to ask but...

Posted: 2008-11-20 19:28:19
C++, compilation, multi core, multi-core
dyld:Library not loaded[Knowledgebase]
Problem Library not loaded error when running application. When running an application built with the Intel compiler, you may see an error of the form: dyld:Library not loaded:libsvml.dylibreason:...

Posted: 2008-12-29 00:00:00 by Steve D. (Intel)
C++, dyld, dyld:Library not loaded, Mac OS
Intel Compiler for Mac OS Get compiler options from Xcode[Knowledgebase]
Question:  How do I get the compiler options used in Xcode 3.0 so that I can use them when compiling from the command line? You can see the detailed results of your build in Xcode 3.0 by selecting 'Build...

Posted: 2008-10-23 00:00:00 by Steve D. (Intel)
C++, compiler options, Intel Compiler, Mac OS, options, Xcode, Xcode 3.0
Building of systems of automatic C/C++ code logging[Knowledgebase]
Andrey KarpovOOO "Program Verification Systems" May 2008 AbstractIntroduction1. Why logging?2. Creation of a logging system3. Automation of logging system4. ToolkitConclusionSourcesAbout the author Abstract Sometimes...

Posted: 2008-11-13 23:00:00 by Andrey Karpov
C++, debug, Logging, OpenC++
Intel® Fortran Compiler - Increased stack usage of 8.0 or higher compilers causes segmentation fault[Knowledgebase]
The Intel® Fortran Compilers 8.0 or higher allocate more temporaries on the stack than previous Intel Fortran compilers. Temporaries include automatic arrays and array sub-sections corresponding...

Posted: 2009-09-01 23:00:00 by Wendy Doerner (Intel)
C++, segmentation fault, Signal 11, stack size
error: expected a ";" icc 10.1 failure on Mac OS X 10.5.x with iPhone support[Knowledgebase]
  Introduction : With the latest Mac OS* X 10.5.x and Xcode 3.1.x, support for the iPhone was added.  This causes a compilation error with Intel compiler version 10.1.  Below is an example of the...

Posted: 2009-07-07 00:00:00 by Qale (Intel)
C++, compiler, error, iphone, mac, OSX_AVAILABLE_STARTING
Intel® OpenMP C++/Fortran Compiler for Hyper-Threading Technology[Knowledgebase]
by Xinmin Tian, Aart Bik, Milind Girkar, Paul Grey, Hideki Saito, and Ernesto SuSoftware Solutions Group, Intel Corporation In the never-ending quest for higher performance, CPUs become faster and faster....

Posted: 2008-10-22 00:00:00 by Hideki Saito
C++, compilers, Fortan
How to Use Intrinsics[Knowledgebase]
by Joseph D. Wieber, Jr and Gary M. Zoppetti Introduction In a previous article, we introduced the intrinsics provided by the Intel® C++ Compiler.  Intrinsics allow a programmer to utilize single...

Posted: 2008-12-10 00:00:00 by Sharon Greenfield (Intel)
C++, simd
Accelerating compilation: Part 1: ccache[Knowledgebase]
by Daniel Robbins Compiling Faster In this two-part series, I'll introduce you to two technologies that can be used to accelerate the process of compiling C and C++ programs: cache and distcc. In this...

Posted: 2008-11-18 21:00:00 by Daniel Robbins
c, C++, compilers
Increased Performance of SystemC* with Intel® Compilers[Knowledgebase]
by Paul Klein and Zafer Kadi, Ph.D. Introduction SystemC*, a relatively new modeling language, provides an effective environment for simulation and modeling at different levels of abstraction. SystemC...

Posted: 2008-12-11 00:00:00 by Zafer Kadi (Intel)
C++, SystemC
Advanced OpenMP* Programming[Knowledgebase]
Introduction This is the last of three white papers that teach you, an experienced C/C++ programmer, how to get started using OpenMP*, simplifying creation, synchronization, and deletion of threads...

Posted: 2009-01-15 21:00:00 by Richard Gerber (Intel)
C++
How to Vectorize Code Using Intrinsics on 32-Bit Intel® Architecture[Knowledgebase]
Challenge Vectorize code by means of intrinsics. Intrinsics provide the access to the ISA functionality using C/C++ style coding instead of assembly language. Consider the following simple loop: void...

Posted: 2009-08-13 00:00:00 by Sharon Greenfield (Intel)
C++
How to Implement Software Exception Handling[Knowledgebase]
Challenge Implement software exception handling for the Intel® C++ Compiler that is compliant with the Microsoft* Structured Exception Handling (SEH) implementation. There are, in general, two types...

Posted: 2008-12-10 00:00:00 by Sharon Greenfield (Intel)
C++, compilers
Building Financial Numerical Recipes with Intel Compilers[Knowledgebase]
Introduction Financial Numerical Recipes is a collection of C++ subroutines Professor Bernt Arne Ødegaard at the Norwegian School of Management wrote for general reference. The whole source code...

Posted: 2008-12-15 00:00:00 by Aaron Tersteeg (Intel)
C++, Intel Compiler
Using Multithreaded Libraries to Maximize Performance for Digital Media Apps[Knowledgebase]
Using Multithreaded Libraries to Maximize Performance for Digital Media Apps - Intel® Integrated Performance Primitives (Intel® IPP) is an extensive library of multi-core-ready, highly optimized...

Posted: 2008-06-10 13:03:23 by Paul Steinberg (Intel)
C++, concurrency, IPP, metaverse, second life, threading, tools
Threading for Performance[Knowledgebase]
Intel Tech Talks :: 25Oct07 Threading for Performance. Intel Technical Consulting Engineer, Shwetha Doss, discusses some common performance issues specific to multithreaded applications...

Posted: 2008-06-10 12:57:52 by Paul Steinberg (Intel)
C++, concurrency, metaverse, second life, TBB, threading, tools
Porting Linux* Applications to 64-Bit Intel® Architecture[Knowledgebase]
by Allan McNaughton Introduction As Linux* has gained mainstream respectability, it is being used to deploy more and more mission-critical applications. Unlike the early days, where only savvy developers...

Posted: 2009-02-26 00:00:00 by allanmcnaughton
C++, Code
Welcome to the Intel C++ Compiler Forum![Forums]
Hello,I welcome you to the Intel C++ compiler discussion forum.You will like this forum if you are a developer interested in C++, parallelism and performance optimization.Cheers!Ganesh

Posted: 2008-09-26 15:02:32
C++, compiler, optimization, performance