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
GNU Library or Lesser General Public License version 2.0 (LGPLv2), Public Domain, Zope Public LicenseFollow MinGW-w64 - for 32 and 64 bit Windows
Other Useful Business Software
$300 in Free Credit for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
The main thing if you want to go behind the kernel. And it is yet to expand to Android.
-
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".