Which C++ Compiler Is Preferred?

  • Context: C/C++ 
  • Thread starter Thread starter aychamo
  • Start date Start date
  • Tags Tags
    C++ Compiler
Click For Summary

Discussion Overview

The discussion revolves around preferences for C++ compilers, particularly in the context of developing Windows applications. Participants share their experiences and recommendations regarding various compilers and IDEs.

Discussion Character

  • Debate/contested

Main Points Raised

  • Some participants express a preference for gcc due to its availability across platforms and reliability.
  • One participant clarifies their interest specifically in compilers suitable for Windows application development.
  • MinGW is suggested as a viable option for using gcc on Windows.
  • Another participant mentions the Microsoft compiler available for download, indicating it as an alternative.
  • Dev-C++ is recommended by multiple participants, with comments on its integration with gcc and its regular updates and bug fixes.
  • Cygwin is mentioned as an option for those seeking a Unix-like environment on Windows.
  • Open Watcom is noted as another compiler choice, though it is described as having some quirks.
  • Several participants affirm their positive experiences with Dev-C++, highlighting its stability and user-friendly features.

Areas of Agreement / Disagreement

Participants generally agree on the merits of Dev-C++ and gcc, but there are multiple competing views regarding the best compiler for Windows applications, with no consensus on a single preferred option.

Contextual Notes

Some discussions may depend on specific use cases or personal preferences, and there are no detailed comparisons of performance or features among the mentioned compilers.

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)
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
6
Views
4K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K