0
Best Application Software for C++ programming
Which is best free software for C++ programming.. and best free compiler
8 ответов
+ 1
May I add CLion to the roster... It's relatively new and requires programmers to write cmake project files (which in my opinion is good since cmake is a nice cross-platform build system generator), has good code completion and integration with tools.
Might cost you money using it (I evaluated it in its Pre-release so it didn't cost anything for my purposes). Maybe there's a free version you can give a try.
+ 1
go for microsoft visual studio 2016 there is no reason not to use this software....it is available on Microsoft's website or google it...it has an online installer that downloads files to your computer
its free ... you just need to make a free id on microsoft
0
Ok your questions tend to attract opinions rather than facts, so here is my opinion and also why :
I think the best free C++ compiler around is clang++. It's fast, it has good error messages, and it produces fast code (may not beat g++ in every aspect).
Also, if you are using clang++ version 3.6 or later it's C++14 compliant and on Linux 64 it provides sanitizers.
Sanitizers help you find memory access bugs, memory leaks, race conditions when programming concurrent applications and other problems.
The best build system, in my opinion, is make if you need flexibility or ninja if you need speed.
As it goes for C++ "editors" pick one that supports you well. I find, as I already stated in other posts, eclipse CDT nice because it's quite fast and does support code completion well and also refactoring.
0
u can use turbo c++ or visual studio
0
please provide me downloading link #Stefan
- 1
For eclipse it's http://www.eclipse.org/downloads/eclipse-packages/ (choose your platform and CDT) and for CLion it's https://www.jetbrains.com/clion/download.
- 1
turbo cpp
- 1
use the app cpp droid, it's really good