|
|
|
|
|
by forrestthewoods
238 days ago
|
|
> Microsoft completely lacks POSIX tools True! > compiler needs to have a complete IDE installed Not true. You can download just MSVC the toolchain sans IDE. Works great. https://stackoverflow.com/questions/76792904/how-to-install-... > compiler invocation also doesn't really correspond to any other compiler True. But you don’t have to use MSVC. You can just use Clang for everything. Clang on Windows does typically use the Microsoft C++ standard library implementation. But that’s totally fine and won’t impact your invocation. |
|
MinGW is the open-source implementation of the Windows API, so that you can use the Microsoft C++ standard library, without needing to use the MS toolchain.