#how can i tell Visual Studio what compiler to use
15 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
when you install visual studio for developing C++ applications, it comes with microsoft’s C++ compiler called MSVC. you can optionally install clang aswell
interesting, so am i able to change it to mingw? or is it those two options
You don't
it uses MSVC and thats fine
don't bother with mingw
oh how come?
cause there is 0 benefit
fair enough, well is there any way to use the mingw terminal instead of whatever vs uses by default? (for learning experience)
not realy. and I don't think thats a real learning experience either
and im not sure what terminal you are exactly implying
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.