Hi I'm following steps from "Using GCC with MinGW" on the VS code website and I'm trying to accept all from the mingw-w64-x86_64-toolchain, but I have no idea what to enter. Can someone please assist? I'm new to C++ with no legit experience in programming, except MATLAB lol, so setting up a compiler is foreign to me.
#(default=all)?
1 messages · Page 1 of 1 (latest)
Just press enter. BTW, you are using UCRT64 environment but installing packages for MINGW64.
Oh okay thank you. Do you have a preference for an environment? I recall reading on the MSYS website to use the UCRT64 environment if unsure which to use.
Not a preference, if you are using 64 bit Windows 10 or above then try to use ucrt64 or clang64. More info about different environments is here https://www.msys2.org/docs/environments/
But feel free to use any environment. Some old or popular articles suggests mingw64 because it came first.
Thanks for the info