How to update GCC in MinGW on Windows?
Update using terminal: Run the command prompt/terminal (cmd or sh). Update the package list: mingw-get update After updating the package list, run: mingw-get upgrade When the command finishes running, all of your packages will be upgraded. Update using the GUI version: If you aren’t used to the terminal, there is also a GUI version of … Read more