+ 3
What IDE and compiler for C++ is recommended?
I'm going to start studying C++ as my first language and I'd like to use good IDE and compiler. (For PC and Android)
4 Answers
+ 10
I use Visual Studio
- multi-language support
- tons of features
- Supports game engines
- Community edition is free
https://www.sololearn.com/discuss/410578/?ref=app
+ 8
Code blocks is Good as well
- simple
- Can be used on Linux ,Mac, and Windows
- C/C++ support
https://www.sololearn.com/discuss/608805/?ref=app
+ 7
Visual studio and code blocks
+ 5
I use Code Blocks for C++ for my college stuff. I find it quite good for entry level programming. As for the compiler, I think Mingw is a great option as its very easy to set up(Its basically GCC for windows).
Alternatively you can use Visual Studio which comes prepackaged with everything you need and is a really great IDE.