Project Setup

This catagory contains guides on setting up c++ projects with various build systems.


Visual Studio

Visual Studio is a popular IDE for Windows. It is the most popular IDE for C++ development on Windows.

Visual Studio Resources

Visual Studio Guides


CMake

CMake is a cross-platform build system generator. It is used to generate build files for a variety of build systems, including Makefiles, Ninja, and Visual Studio. CMake is the most popular build system for C++ projects.

CMake Resources

CMake Guides


Table of contents


Comments