User Ratings

★★★★★
★★★★
★★★
★★
81
5
7
4
23
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • 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".
  • Please tell how to setup from the zip of folder. There must be some steps to follow :- 1. I have to setup environment for the gcc compiler 2. I have search many sites / even the Chat GPT and Google Bard But i am unable to do the job Please anyonne help to give the steps to setup compiler using this Zip folder I am using office laptop, so i can't use .exe installer for the setup. Thanks!!
  • 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.
  • I managed to get this version of MinGW working without using the installer. Use this video on YouTube to help: Install MinGW-W64 from archive on Windows The single file that is downloaded can be unzipped using 7-zip. Add the bin folder to your environment variables.
  • I encountered error messages during installation as other users have reported. The process did not complete successfully. Instead of struggling with this, I recommend exploring alternative hassle-free options that yield better results
  • im trying to learn c++ over udemy, the instructor told us to use this program, for him it was an exe and install. i tried to use the installer, and the zip files, nothing happens "the program didnt download correctly" tried placing the exe in folder made by the zip, out of the folder, delete the folder, delete the installer and keep just folder, nothing works
  • MinGW-W64-install.exe didn't work! ---- So, I downloaded ---- MinGW-W64 GCC-8.1.0 ---- i686-posix-sjlj ---- ---- one file was downloaded ---- i686-8.1.0-release-posix-sjlj-rt_v6-rev0.7z ---- 45.9 MB ---- ---- unzip the file on Desktop ---- and copy it to D: ---- D:\mingw32\bin ---- ---- using Windows PowerShell ---- ---- PS C:\WINDOWS\system32> $envPath = [System.Environment]::GetEnvironmentVariable("Path", "Machine") ---- PS C:\WINDOWS\system32> $envPath += ";D:\mingw32\bin" ---- PS C:\WINDOWS\system32> [System.Environment]::SetEnvironmentVariable("Path", $envPath, "Machine") ---- PS C:\WINDOWS\system32> cd D:\test2 ---- PS D:\test2> g++ -g hello.cpp -o hello.exe ---- PS D:\test2> ./hello.exe ---- Hello! ---- PS D:\test2> ---- g++ works all right! ---- ---- hello.cpp ---- #include <iostream> ---- int main() ---- { ---- std::cout << "Hello!" << std::endl; ---- } ----
  • auto-installer; follow all instructions on link page to properly install MinGW-w64 at: msys2(dot)org
    2 users found this review helpful.
  • The automatically installed file was the correct installer, however, said installer immediately failed. when pressing the download button, it downloads a zip folder. having spent 10 minutes unzipping the aforementioned folder, there wasn't a single .exe file. how do you expect me to use your program when it's impossible to install?
    2 users found this review helpful.
  • The developers must surely be laser-focused on whatever they're developing because they can't be bothered to address the problem getting the damn thing installed in the first place! FAIL.
    1 user found this review helpful.
  • Installer doesn't work.
    1 user found this review helpful.
  • for those who get an error go to this link download the file manually and add the folder to C it will work after that
  • For people having issues with the installer, one workaround that I had success with was updating the URL with the version that I wanted. For example: If I wanted the following setup settings: 1) Version 7.2.0 2) Architecture i686 3) Threads posix 4) Exception dwarf 5) Build revision 1 Then it'd give me the i686-7.2.0-posix-dwarf-rt_v5-rev1. I take a working url under "Files" on sourceforge, such as (MinGW-W64 GCC-8.1.0). And change it so it matches with i686-7.2.0-posix-dwarf-rt_v5-rev1.
  • I Keep getting an Error message saying "this file has been downloaded incorrectly". What could have gone wrong?
    1 user found this review helpful.
  • I keep getting this error that says this file has been downloaded incorrectly.
    1 user found this review helpful.
  • Today i download complier zipfile for C language. i.e. MinGW-w64- . But it not work . kindly tell what i do.
    1 user found this review helpful.
  • Please replace blank (" ") as underline ("_"). Too many people complain that the online installer cannot download files correctly.
    1 user found this review helpful.
  • Previously the link is working fine.. but From few days, it is corrupted or something happened to the file.. because it is showing "The file has been downloaded incorrectly" error.. please solve the issue
    2 users found this review helpful.
  • The online installer is not working for many days. Whenever I'm trying to install MinGW, it's showing an error message "The file has been downloaded incorrectly". This issue is still not fixed. Please fix this issue as early as possible.
    1 user found this review helpful.
  • The given installer doesn't work. To install mingw-w64 - 1. (Difficult method) Via Msys2 youtu.be/w3OQ-VUKKgU 2. (Easy Method) Via compressed file youtu.be/1TPmiiAqmlc
    2 users found this review helpful.
  • "This file was download incorrectly" problem. please fixed this problem
    2 users found this review helpful.
  • I adore this software because it is similar to the realized fantasies that I imagined. I think it's useful for those who can't choose for themselves.
  • Where is the "make"???
  • don't even think about downloading this! I did and it is totally worthless! iutjj does nothing
  • THAT NOT SUPPORT MY LAPTOP 64 BIT .PLESE DO NOT INSTALL.IT IS VIRUS FOR WINDOWS 10.
Show next 25 reviews >