0
What IDE do you guys recommend for C++?
i'd go for CLion but there is no community option, so I think a free tool could be a better option to start with.
2 Answers
+ 9
Microsoft visual studio.
Code:: blocks
Both are pretty good options
I personally doesn't use an IDE, I use text editor and compile it using g++ via makefile or terminal.
+ 1
I use geany in Linux and Dev C++ in Windows