Has anyone here tried WSL? AFAICT it's a way to install Linux so that it can be launched in Windows10 - and the Linux distro of your choice will then run in a virtual machine - BUT - if I'm reading things correctly, Visual Studio can interact with WSL. So in effect, you can run Visual Studio (in Windows 10) but make it compile apps that'll then run under Linux.
But although Visual Studio's supported, Visual C++ itself can't do this (AFAICT). So you need to install an alternative compiler called Clang. There's even a hint that gcc is also supported.
Just wondering if anyone here's ever tried it?
But although Visual Studio's supported, Visual C++ itself can't do this (AFAICT). So you need to install an alternative compiler called Clang. There's even a hint that gcc is also supported.
Just wondering if anyone here's ever tried it?