How to use Intel C ++ Compiler with NetBeans (Windows)

To use ICC with NetBeans, you need to create a new toolchain .

Has anyone already created a toolchain for ICC and NetBeans? If not, is there another way to use ICC with NetBeans?

+4
source share
1 answer

VCC4N is a Netbeans plugin for supporting Visual C ++. Since the Intel compiler is quite similar to VC ++ (similar command line parameters, debugger compatibility, etc.), this plugin can probably be modified to support ICC. I know this is not a real solution (I did not find it), but it may be the beginning.

0
source

Source: https://habr.com/ru/post/1395771/


All Articles