Comfortable Windows development environment 2.0

Jan 28, 2025

A while ago I made a post explaining how to set up a comfortable C/C++ development environment on Windows. Everything I wrote in that post is still valid and useful, but I have since moved on from using Visual Studio. Instead I use cmake to generate the .sln project files, but use 10x Editor to launch and build them. I also use RemedyBG instead of the Visual Studio debugger.

Resources