+ 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?
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.
+ 4
MingW according to me
+ 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.
+ 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.