Hi.
Is there a way to set up VSCode so you can write a program in C++ but then from vscode, build the project under either (both of) Windows and Linux?
I was able to get Linux and Windows both working for the STL using a VPS login to a Linux machine and using mingw from winlibs for Windows, but the moment I needed a 3rd party library (poppler) in my project, the Windows dev environment went to pack.
Linux works fine, just install whatever 3rd party C++ dev library you need via apt and it works.
Windows is killing me, but I’d like to have both working.