Community

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

(Marc Goodner) 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.