+ 1
What is the best IDE for C++ ?
I want to make mobile (IOS ,Android )and desktop (Windows , Linux , Mac) applications using C++ . what the best Ide to use ?
3 Respostas
+ 6
You may also want to check out Dev-C++ 5.11.
+ 2
Visual Studio is the best and the most advanced IDE for C++. Code Blocks looks ugly and it's sometimes hard to setup for beginners. Also it doesn't have a lot of features like IntelliSense which makes life of a programmer a lot easier.
+ 1
Code::Block