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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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".