C/C++ Which C++ Compiler Is Preferred?

  • Thread starter Thread starter aychamo
  • Start date Start date
  • Tags Tags
    C++ Compiler
AI Thread Summary
The discussion revolves around preferences for C++ compilers, highlighting several options. Users express a preference for GCC due to its availability across platforms and effectiveness in developing Windows applications, often recommending MinGW as a suitable option for Windows. Dev-C++ is frequently mentioned as a solid IDE that utilizes GCC, praised for its regular updates and quick bug fixes. Cygwin is suggested for those seeking a Unix-like environment. Additionally, Microsoft's free .NET framework is noted for those interested in managed C++. Overall, Dev-C++ emerges as a favored choice among users for its reliability and user-friendly features.
aychamo
Messages
375
Reaction score
0
Hey guys!

Which C++ compiler do you prefer? Do you like Borland's C++ builder? What is the Borland C++X? The X means something?
 
Technology news on Phys.org
I use gcc. You can find it for nearly every platform and it works great.
 
Err, I meant for developing windows apps :) I'm sorry to not be more clear.
 
Try Dev-C++, it uses GCC. But there's also visual-mingw IDE which uses gcc. Mingw is gcc for windows (basically).

You could also try cygwin for a more unix type environment.

Also, if you want managed c++ you could try out microsoft's free .net framework.
 
try the open watcon compiler...couple of quirks, but otherwise ok...
 
Like Goalie_Ca stated, I'd give Dev-C++ a look. I decided to try it a few months back and haven't let go of it since. The developers of Dev-C++ do a great job of fixing bugs very quickly and they update the software regularly.
 
I've been using dev-c++ for around 4 years now i guess. It's a pretty solid IDE, if you know delphi you should help contribute.
 
I am also using DevC++ and I also find it is a good one...(smile)
 
Back
Top