About 14,500,000 results
Open links in new tab
  1. A simple explanation of what is MinGW - Stack Overflow

    MinGW is an implementation of most of the GNU building utilities, like gcc and make on windows, while gcc is only the compiler. Cygwin is a lot bigger and sophisticated package, wich installs a …

  2. 有没有大佬给我讲解一下MSVC、MINGW,gcc、g++,qmake …

    我知道MSVC是Windows上的,MINGW可以跨平台。 MSVC、MINGW和gcc、g++有什么关系呢?我浅显的认为他们都可以编译程序啊。 然后… 显示全部 关注者 122 被浏览 220,512

  3. What is the difference between MinGW, MinGW-w64 and MinGW …

    Aug 30, 2014 · MinGW-w64 is a improved version which supports both 32bit and 64bit, and some more of the WinAPI (still not all, because thats much work, but more than MinGW). MinGW …

  4. c++ - How to add MinGW to PATH? - Stack Overflow

    Apr 4, 2022 · 0 If reinstalling MinGW doesn't work, add MinGW to PATH manually by this: Find your computer's property, and then go to Advanced. Click Alt+N Find PATH in the box below. …

  5. How can I detect g++ and MinGW in C++ preprocessor?

    I also just added a really thorough answer here: Detecting your build platform/environment in C and C++ at compile-time in Linux, Windows, GCC, MSYS2, Cygwin, etc.

  6. Installing the latest version of mingw-w64 on Windows

    Apr 29, 2020 · I am desperately trying to install the latest version of mingw-w64 to get acess to gcc 10 on windows 10. I used the online installer for mingw-w64 in the past, but it is still stuck …

  7. How to install MinGW 64 on Windows 10 - Stack Overflow

    Jun 30, 2020 · I'm trying to install MinGW64 to get a 64-bit C compiler, but I'm facing difficulties trying to follow online tutorials. I first downloaded MinGW-w64 for 32 and 64-bit Windows from …

  8. mingw32 - MinGW-w32 vs. MinGW - Stack Overflow

    Apr 11, 2011 · The MinGW-w64 project however does not provide official binary builds: These can be grabbed either from the personal build directories of the developers (the most popular …

  9. How to update GCC in MinGW on Windows? - Stack Overflow

    Mar 12, 2014 · Finally there is the MinGW-w64 project, which is a fork of MinGW. Rubenvb, who posted an answer to this question, has good standalone packages (in the personal builds …

  10. 'gcc' is not recognized - How to make gcc/mingw work in Windows?

    Dec 12, 2022 · The Mingw binary installation instructions (such as these) tells me to change the PATH environment variable in Windows, in order to use the gcc / g++ etc commands anywhere.