Thread: MinGW compiler

  1. #1
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114

    MinGW compiler

    Does anyone know which files I would need to download in order to use the compiler?

    http://sourceforge.net/projects/mingw/

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I'd suggest you download dev-c++.
    It includes the mingw compiler, but it does so as a handy single executable which takes out all of the guesswork.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    mingw is a small package of libs. the compiler is gcc
    if you want to do full posix programming you'll have to use Cygwin

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free compiler for commercial development? (mingw?)
    By kook44 in forum Windows Programming
    Replies: 8
    Last Post: 01-07-2006, 09:32 AM
  2. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  3. Mingw not complaining
    By arjunajay in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 07:45 AM
  4. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM
  5. Alternative win32 compiler? And linking asm libs?
    By JMB in forum C++ Programming
    Replies: 4
    Last Post: 10-11-2002, 01:22 PM