GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.
                         
                        
                            Size: 63 MB
                        
                        
                            Authors: GNU Project
                        
                        
                        
                        Default path: %HOMEDRIVE%\Programs\gcc11-32-winlibs
                        
                            pbox install gcc11-32-winlibs
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>gcc11-32-winlibs</name>
    <title>GCC 11-32 (winlibs)</title>
    <version>11.2.0</version>
    <group>language</group>
    <archs>32</archs>
    <zipFile arch="32">gcc11-32-winlibs-11.2.0.7z</zipFile>
    <homedir>%HOMEDRIVE%\Programs\gcc11-32-winlibs</homedir>
    <install>
        <script>.\script\install.bat "${homedir}" "${zipFile}" gcc11-32-winlibs</script>
        <env>GCC_11_32_WINLIBS_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>            
        <unenv>GCC_11_32_WINLIBS_HOME</unenv>
    </uninstall>
</pbox>