What is the best Compiler for "C" or "C++"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the best Compiler for "C" or "C++"?

Give me the Suggestion about chose the best Compiler use for C or C++ Programming?

22nd Feb 2018, 5:09 PM
Purnendu Maity
Purnendu Maity - avatar
4 Answers
+ 5
Sky ide also supports various other languages such as java, php and JavaScript. Sky ide has powerful text manipulation, Syntax coloring, auto complete, line tracker functions. 7) Dev C++ : Dev C++ makes use of ⏩mingwport⏩of Gcc as its compiler.
22nd Feb 2018, 6:56 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 4
MingW according to me
22nd Feb 2018, 5:21 PM
Vaibhav Tandon
Vaibhav Tandon - avatar
+ 3
Depends on your platform. Most people, myself included, are fine with GCC. I know a few people who insist Clang, https://en.m.wikipedia.org/wiki/Clang, is best and I'll take it for a spin when/if I need something else. As it stands, GCC does what it is designed to do and that is all you need from a compiler. "Do one thing and do it well." If you want high optimisation (and modern compilers are pretty good already), tweak things manually -- though it's almost always redundant considering my phone has more resources than my first PC, so unless you're working on an embedded system, I'd not bother.
23rd Feb 2018, 12:47 AM
non
+ 2
There is no "best" compiler. Linus Torvalds hates GCC, though, so... IDK. I mean, he hates C++ in general anyway, so I guess it doesn't matter.
22nd Feb 2018, 8:57 PM
LunarCoffee
LunarCoffee - avatar