How would you create/maintain a new c++ project using modern tools/practices?

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

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

    Discontinued A template CMake project to get you started with C++ and tooling

  • Jason Turner (known from cppcast) has following project: https://github.com/cpp-best-practices/cpp_starter_project

  • cmake-init

    The missing CMake project initializer

  • Check out cmake-init. You have a few options to use those dependencies.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cmake-init-vcpkg-example

    cmake-init generated executable project with vcpkg integration

  • Are they only on git(hub)? You can write a vcpkg overlay port (example) or use FetchContent if the projects are FetchContent ready in a way that doesn't force FetchContent on people trying to build the project (example).

  • cmake-init-fetchcontent

    Example for optionally vendoring using FetchContent

  • Are they only on git(hub)? You can write a vcpkg overlay port (example) or use FetchContent if the projects are FetchContent ready in a way that doesn't force FetchContent on people trying to build the project (example).

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