Skip to main content

4 posts tagged with "c++"

View All Tags

· 2 min read
Quentin Faidide

I recently tried to port a software to Windows, and some dependencies required the Microsoft Visual Studio C++ compiler. I therefore needed to use their version of cmake, vcpkg and ninja. I figured out that the best way to interract with these tools was through the Visual Studio Developer Powershell console. As I don't like Visual Studio, I figured out how to run its terminal inside vscode and will share the hack here.