Let' talk COMPILERS!

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
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++.
Dev-C++ is not a compiler anyway.
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
Dev-C++ is archaic at this point. The newest version of Netbeans with a hot dish of MinGW is far superior.

-Albatross
Yes, those are obvious facts, but it's a good piece of software for what it is.
g++ ftw.
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!
Hey everyone Code::Blocks 10.05 is out!
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
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
Is there no integrated compiler in Netbeans?
No. Netbeans is an IDE that supports multiple compilers (and interpreters for other languages), so they do not include one by default.

-Albatross
So i should download GCC 4.5 at their site?
Topic archived. No new replies allowed.