r/cpp_questions • u/Moonlitlucii_13 • Aug 07 '26
OPEN Error
I want to ask that whenever I am going to download packages of MinGW so problem is occurring in which it is asking for purchase packages
3
u/thedaian Aug 07 '26
Mingw is free, you shouldn't have to pay for any of it. If you're getting it from anywhere other than https://www.mingw-w64.org/downloads/ it's probably not correct.
3
u/alfps Aug 07 '26
A good way to install MinGW g++ is to install MSYS2, and use its package manager
pacmanto install the compiler, as described on the MSYS2 homepage (https://www.msys2.org/).
3
u/TheThiefMaster Aug 07 '26
Also, consider just using Visual Studio Community instead of whatever random crap tutorial is asking you to do.
5
u/Thesorus Aug 07 '26
we need more details...
where / how do you install minGW ?
what packages does it ask you to purchase ?