Question:
What should I use, the MinGW or Dev C++ compiler?
?
2010-06-18 02:13:29 UTC
Hello,

I have just purchased a book on C++ for beginners and it says to use the command line MinGW compiler. I have done a small amount of C before and used Dev C++ for it.

What are the benefits of using MinGw over Dev C++?

Thanks in advance.
Three answers:
tbshmkr
2010-06-18 02:52:05 UTC
MinGW is updated regularly.

=

- http://sourceforge.net/downloads/mingw/

-

CodeBlocks C/C++ IDE with MinGW

- http://www.codeblocks.org/downloads/26#windows

- - codeblocks-10.05mingw-setup.exe

-

- http://www.mingw.org

- - Website is a MESS!

- - - New stuff comes before, after, even in the middle, of old stuff.

- - - Instructions to install version 4.5.0 [6/1/2010] is dated: Posted July 25th, 2008 by mingwadmin

-

- - -

Dev C++ has NOT been updated since 2005

- Has been in beta since 2005.
Zac Z
2010-06-18 03:17:08 UTC
Use whatever seems easiest to you.



When I was learning C/C++, I found GUI programs to be far friendlier and less daunting to use.
?
2010-06-18 02:26:16 UTC
i know Dev compiler and Dev c++ compiler is widely known and i suggest you to use Dev compiler..


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...