Let' talk COMPILERS!

May 31, 2010 at 9:37am
Compilers are a programmers best friend, without them a programmer is like a water-proof tea bag, but which one is your favorite (Those of you about to type Dev C++ you might as well type "I smell weird").
Last edited on May 31, 2010 at 9:38am
May 31, 2010 at 10:09am
I felt like answering a question you didn't make (http://www.cplusplus.com/forum/lounge/23632/page2.html#msg129418 ), so I'm writing here, which is a bit more on-topic.
VC++ 6.0 is even worse than Dev C++.
May 31, 2010 at 4:08pm
Dev-C++ is not a compiler anyway.
May 31, 2010 at 4:27pm
Dev-C++ is an IDE, it does however - come with a compiler.

And also - don't talk smack about my precious Dev-C++.
Last edited on May 31, 2010 at 4:32pm
May 31, 2010 at 4:54pm
Dev-C++ is archaic at this point. The newest version of Netbeans with a hot dish of MinGW is far superior.

-Albatross
May 31, 2010 at 5:21pm
Yes, those are obvious facts, but it's a good piece of software for what it is.
May 31, 2010 at 10:18pm
g++ ftw.
Jun 1, 2010 at 12:17am
closed account (1yR4jE8b)
As far as IDE's go, Netbeans really is in a league of it's own. Even compared to Visual Studio (which is a 1000$ program for a single user license), it is absolutely the best IDE out there. The C++ auto-complete is the best I've ever used, and the fact that it also supports Java, PHP, Python, Ruby and many others just blows my mind. It's so easy to use, and configure, and it has so many useful features. In short, I can't live without it.

As far as compilers go, I'm not very partial. I prefer Visual C++'s error messages, but the GCC suite runs on pretty much every platform under the sun. I've never used Borland or Comeau compilers, and I don't really intend or see the point of doing so.

However, I've always been kindof miffed by the fact that the assembly that GCC generates tends to be kindof bloated. I've recently started following the LLVM + Clang project and I may switch when it releases. From the stuff I've read, it has error reporting on par with Visual C++ and generates much faster code than GCC....sounds good to me!
Jun 1, 2010 at 2:56am
Hey everyone Code::Blocks 10.05 is out!
Jun 1, 2010 at 5:35am
Is Netbeans better than MSVS 2010? :O

EDIT: After seeing quite a lot "rants" on DEV c++, i decided to try Netbeans 6.8. Good choice or not?
Last edited on Jun 1, 2010 at 5:39am
Jun 1, 2010 at 5:38am
IMO, Netbeans + GCC easily trumps MSVS 2008, but I cannot say whether or not it trumps MSVS 2010 because I haven't used MSVS 2010.

-Albatross
Jun 1, 2010 at 5:39am
Is there no integrated compiler in Netbeans?
Jun 1, 2010 at 5:42am
No. Netbeans is an IDE that supports multiple compilers (and interpreters for other languages), so they do not include one by default.

-Albatross
Jun 1, 2010 at 5:43am
So i should download GCC 4.5 at their site?
Topic archived. No new replies allowed.