+ 2
Best IDE for C++?
I have used Eclipse for C++ but turns out it has an awful bug and I am not satisifed with the overall experience. Which IDE would you suggest to switch to? (preferred features: being light-weight, code autocomplete, easy debugging)
7 Respostas
+ 5
go old school; use vim and the g++ compiler.
+ 3
Code Blocks
+ 2
use code blocks or Dev c++
+ 1
well if I go for vim, then I'll have to install a bunch of plugins for code completion, right?
+ 1
I use atom and a terminal with g++.
0
codeblocks...//
- 2
Visual Studio is good.