Configure C ++ SDK in Intellij IDEA for Windows

I am trying to configure Intellij to create projects in C / C ++. The plugin was installed successfully, but when I go to create a new project, I need to configure the Cpp SDK. Is this the way to the GCC house or the like (I'm trying but not working)? How can I do this configuration?

+4
source share
2 answers

The configuration is described in detail here :

Install the plugin. There will be no special project type for C / C ++ projects. Just take / create any Java project, and the plugin will process all the source files *.c/ *.cc/ *.cppfrom the roots of the project source.

C/++. - > IDE- > C/++. , :

  • - GCC MS VC

  • C - , C, CPP.

  • GCC - gcc , . GCC.

, C/++. GCC, . . gcc include , . ( include- ), ( , ) gcc GCC.

: JetBrain CLion - - C/++ .
Visual Studio, Resharper ++. ReSharper ++ Microsoft Visual Studio IDE , , , , ++.

+3

, , , JNI.

IntelliJ, Java. ++ IntelliJ IDE, ( ++ src, , . ++ ).

Eclipse CDT -.

C/++, . , CLion , VS Eclipse .

0

All Articles