Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Beginner choice

joddy_s_
Beginner
301 Views

I'm learning WinAPI and like to play around with C++ for it.
Does the compiler really matters to this kind of task?
What Intel's compiler can do beyond MS C++? What is it for, exactly?
I also want to do some OpenGL programming? Does it help on it?
 

0 Kudos
1 Reply
TimP
Honored Contributor III
301 Views

As far as winapi calls are concerned, Intel c++ should simply replicate behavior of the active Microsoft compiler.

among many ways Intel c++ goes beyond Microsoft :

Support for most of current c and openMP

More arch options e.g. avx2, Mic

Many more types of auto-vectorization

cilk (TM) plus syntax optionsp

 

0 Kudos
Reply