Ingenuity in C++

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
  • gtl

    A collection of useful well-commented, self-contained, simple, and/or interesting C++ classes (by gpdaniels)

  • e.g. In this lambda class (a replacement for std::function) I store a copy function and a delete function in the constructor together with an executor lambda.

  • Google Test

    GoogleTest - Google Testing and Mocking Framework

  • Everything SFINAE, like the strictness probe for mocks in googletest: https://github.com/google/googletest/blob/main/googlemock/include/gmock/gmock-nice-strict.h (around line 90)

  • 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
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