The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.
Features
- Compiler toolchain hosts natively
- Supports Native TLS Callbacks
- Supports Wide-Character Startup (-municode)
- Supports 32-bit and 64-bit Windows i386/x64
- Supports Multilib toolchains
- Supports bleeding edge gcc/binutils
License
Public Domain, GNU Library or Lesser General Public License version 2.0 (LGPLv2), Zope Public LicenseFollow MinGW-w64 - for 32 and 64 bit Windows
Other Useful Business Software
Boost Partnership Revenue and Engagement in minutes
Introw is a next-gen Partner Relationship Management (PRM) platform built to seamlessly connect, engage, and grow your partner ecosystem—all while keeping your CRM as the single source of truth.
Rate This Project
Login To Rate This Project
User Reviews
-
Not working. I download the exe, run it and it just says "Getting repository description file...", then closes and nothing happens.
-
I am unable to download. There is a loop which runs after clicking on download button.
-
it just says 'g++' is not recognized as an internal or external command, operable program or batch file.What do I do???
-
If you are wondering what to do after the download read this -download -open the zip -extract the zip -open the cmd -enter g++ your_program.cpp -o my_program g++ is the compiler. your_program.cpp is the name of your source file. -o your_program specifies that the generated executable file will be named "your_program".
-
I installed it as part of an Online Course. The MinGW is all here but without the installer, made me have a hard time to get the complier running on my machine. I fixed it by installing a GCC+mingw64 zip file from winlibs Note that I installed the "GCC 12.2.0 + LLVM/Clang/LLD/LLDB 16.0.0 + MinGW-w64 10.0.0 (UCRT) - release 5" because it was the latest. I downloaded the zip file that had LLVM/Clang/LLD/LLDB and extracted it. After that, I simply added the bin folder to path and DONE. You now have the g++ working on the command line.