What are some things that Linux can't do, but Windows can?
What are some things that Linux can't do, but Windows can?
What are some things that Linux can't do, but Windows can?
You're viewing a single thread.
Number 3 is keeping me on Windows. I make mods for old games and I need Visual C++. I almost got the compiler to run under Wine but who knows how it would behave if it did run.
For your third point, it's way easier to cross-compile for a Linux target on Windows than the other way around, as you can just run the compiler in Docker or WSL, which is even easier now that Visual Studio has native Docker and WSL support. WSL is pretty good.