what annoys you most while using 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
  • soloud

    Free, easy, portable audio engine for games

  • No, that has indeed solved it for me. But the first time I encountered it, my friend and I spent quite awhile debugging the problem. Almost 2 hours, I believe. We still have an open issue about that one.

  • rr

    Record and Replay Framework

  • - Long building times and in general lack of good interpreter for fast debugging/development (there is cling but still it's not well known and not well integrated). If you developed a big project you know that you may wait for 40 minutes after you changed one symbol in a bad header file. My dream would be to have an ability to change code on the fly (it worked or even works sometimes in Visual studio) and to be able to reverse debugging as https://rr-project.org/ allows and to do this easily.

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

    scanf for modern C++

  • I've found https://github.com/eliaskosunen/scnlib but haven't tested it. Maybe that suits your needs for 2.

  • range-v3

    Range library for C++14/17/20, basis for C++20's std::ranges

  • It contains very little functionality compared to the Eric Niebler’s reference implementation for my liking. Especially views. This will undoubtedly change in the future. But the point is moot, because they are not really supported the is no other option for now other than https://github.com/ericniebler/range-v3.

  • Magic Enum C++

    Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

  • magic_enum

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