Is cpp compiling in windows a mess or is it just my head?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • w64devkit

    Portable C and C++ Development Kit for x64 (and x86) Windows

  • building on the answer of others, if you want to have a look at another distribution of gcc for windows, have a look at w64devkit. I'm mainly a linux/embedded developer, but for the platform-independent projects I have a widows vm setup with this toolchain + cmake and it works

  • cmake-init

    The missing CMake project initializer

  • You can just use cmake-init. The commands in the example GIF work on all platforms the same. You even got a lot of example repositories for different things like dependency management, fuzzing, superbuilds and enabling mirroring file system view in VS (but that feels like a hack, pls MS fix this).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • llvm-mingw

    An LLVM/Clang/LLD based mingw-w64 toolchain

  • I'm using cmale with ninja and this toolchain (https://github.com/mstorsjo/llvm-mingw), works like a charm, there's nothing else to install, it just works

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts