What is the BEST C/C++ Compiler for you?BEST C/C++ Compiler
Page 1 of 1
13 Replies - 8360 Views - Last Post: 05 February 2011 - 03:28 AM
#1
What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 09:50 AM
-- Mine is "DEV C++", What's yours?
Replies To: What is the BEST C/C++ Compiler for you?
#2
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 09:53 AM
which is best of all.
MSVC Express Edition with the windows platform sdk download is also very good.
#3
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 09:54 AM
There isn't a best C++ compiler. It depends on what "best" means. Generally I work with the MSVC and GCC compilers. This is the case for the majority of people.
#4
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 09:55 AM
The best C/C++ compiler for me on linux are gcc/g++. On Windows MinGW and Microsoft's C++ compiler.
This post has been edited by oscode: 26 October 2010 - 09:56 AM
#5
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 10:02 AM
For me Visual studio 2010 express edition is good enough to do my usual stuff.
#7
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 11:08 AM
#8
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 11:21 AM
#9
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 11:49 AM
Best IDE: Visual Studio ( Windows ), Qt Creator ( Everywhere else )
#10
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 11:56 AM
Quote
If I were in your position, I would have discovered this by:
1) checking the menus: There's only about 8 menus. Of which 5 of them are file/edit/view/windows/help. So this would have been trivial to investigate.
2) Googling: Any sane search query gets me answers at the top of the search results.
3) Checking documentation: Which I would do anyway because like other developers, I RTFM.
I believe there's also a button on the toolbar to run the program, and it's got a green play button. Since it's next to the portion of the toolbar where you configure what variant of the project gets built. So if I could get the program to build, I probably could hit the button right next to the building part...
#11
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 12:01 PM
For the most part compilers are compilers so long as they don't diverge too far from the standard. For example if you spend too much time around Microsoft's compiler you tend to get wedged into very platform specific/compiler specific practices -- which is not a big deal so long as you continue to use Microsoft's compiler.
The same argument can probably be made for any other compiler but I think more so with the Microsoft one because they really try to engage you in the windows platform.
I think that the GCC compiler I think has a little more C++0x implemented then Microsoft...
What would one propose we use as a Metric?
Which produces faster code?
Which compilers faster?
Which produces smaller code?
Really I think it just boils down to what fits with your favorite development environment and best fits your problem space.
for me... all of them (at least as many as I can get to work well when installed on the same machine) as most of my C/C++ is done aiding on the forum. So I often compile on multiple compilers.
#12
Re: What is the BEST C/C++ Compiler for you?
Posted 26 October 2010 - 12:10 PM
There was a survey of compiler optimizations done in a presentation, where the generated instructions were analyzed, and I think gcc and icc sat at the top of the heap.
This post has been edited by Oler1s: 26 October 2010 - 12:12 PM
#13 Guest_Sanjib*
Re: What is the BEST C/C++ Compiler for you?
Posted 05 February 2011 - 12:47 AM
#14
Re: What is the BEST C/C++ Compiler for you?
Posted 05 February 2011 - 03:28 AM
|
|

New Topic/Question
Reply



MultiQuote








|