Using Visual Studio for Cross Platform C++ Development Targeting Windows and Linux

AlmaH821

A great strength of C++ is the ability to target multiple platforms without sacrificing performance. If you are using the same codebase for multiple targets, then CMake is the most common solution for building your software. You can use Visual Studio for your C++ cross platform development when using CMake without needing to create or generate Visual Studio projects.

Feedback usabilla icon