+ 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)

4th Dec 2017, 3:59 AM
Lazy Coder
Lazy Coder - avatar
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
4th Dec 2017, 4:05 AM
Manual
Manual - avatar
+ 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
4th Dec 2017, 4:07 AM
Manual
Manual - avatar
+ 7
Visual studio and code blocks
4th Dec 2017, 4:22 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 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.
4th Dec 2017, 4:10 AM
Kave Eskandari
Kave Eskandari - avatar