Best Application Software for C++ programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Best Application Software for C++ programming

Which is best free software for C++ programming.. and best free compiler

21st Jun 2016, 7:12 AM
Priyanshu
Priyanshu - avatar
8 Answers
+ 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.
21st Jun 2016, 11:32 AM
Stefan
Stefan - avatar
+ 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
25th Jun 2016, 2:50 PM
Mukul Kumar
Mukul Kumar - avatar
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.
21st Jun 2016, 8:45 AM
Stefan
Stefan - avatar
0
u can use turbo c++ or visual studio
21st Jun 2016, 10:08 AM
Shlok Kamat
Shlok Kamat - avatar
0
please provide me downloading link #Stefan
21st Jun 2016, 11:52 AM
Priyanshu
Priyanshu - avatar
- 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.
21st Jun 2016, 11:57 AM
Stefan
Stefan - avatar
- 1
turbo cpp
21st Jun 2016, 1:41 PM
Saurabh Gandhi
- 1
use the app cpp droid, it's really good
22nd Jun 2016, 5:06 PM
Alex Dodge
Alex Dodge - avatar