+ 1
Which IDE do you use for C++ programming
I was wondering what IDE to use in order to learn C++. I have visual studio in mind but i would like to read your reasons
5 odpowiedzi
+ 10
(Visual Studio) or Netbeans :D
https://www.google.co.in/amp/s/www.tecmint.com/best-linux-ide-editors-source-code-editors/amp/
0
Dev IDE for C++
0
CodeBlocks is one of the bests, but unfortunately the UI is ugly. It's free.
Qt Creator is a good choice, too. But it doesn't support CMake very well, although it has some other building systems. UI is awesome, I really do love it, specially the Flat Dark theme. It also supports code completion quite well. It's also so light on hardware. Just like CodeBlocks, it's free.
Last but not the least, CLion from Jetbrains. It's a little resource hungry (because it's been developed based on Java) but it's really awesome. It does support CMake very well, code completion is quite well, it has dark theme, too. The downside is that it's not free (BTW I don't see it as a cons), but you can acquire a 1 year student license.
0
vim(nano is acceptable too) gcc gdb make
- 1
Its given in the details of the ide and compiler used