User Ratings

★★★★★
★★★★
★★★
★★
81
5
7
4
11
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 4 / 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

  • 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.
  • 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
    3 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • I've been using this compiler for quite some time and it's great. However, I am facing problems during installation on a new PC. The download of files is EXTREMELY slow and suddenly the installation fails. This issue has been reported by others already. As this issue is not related at all with the functionality of the package I give them 5 stars expecting to have a solution as soon as possible. UPDATE: I found the solution: Go to the "Problems Downloading" button when downloading the files and change the mirror to a closer location. Strangely, I live in the UK and the German server was not working properly. Selected the server from France and it downloaded lighting-fast! Unzipped the file to my selected folder and voila. Worked. Hope this helps
    1 user found this review helpful.
  • I was trying intall, but there is problem with the download :c
  • Whenever I come here i see the that it has been updated. how do i update the libraries. do i have to download it everyday it is being updated.
  • Awesome, really helps me to compile FLOSS projects.
    1 user found this review helpful.
  • A mature UNIX-like environment while fully Windows-compatible. Allows to build statically-linked Win32 64-bit executables. Contains pacman, a package manager like yum.
  • Just the juice of C++ - elegant, fast and effortless! I could never believe a compiler to be so insanely fast. Works what C++ was built with in mind - speed! Awesome work by @jon_y, @ktietz70 and @nightstrike! Keep up the speed!
    2 users found this review helpful.
  • Fast, Actual, Easy. ( I never use MSVC ) I like no install , direct to use, compact, working , things.
    2 users found this review helpful.
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next