How do you not shoot yourself in the foot ?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cxx

    Safe interop between Rust and C++

  • It’s not a conversion tool, but it does allow the strangulation pattern: cxx

  • strong_type

    An additive strong typedef library for C++14/17/20

  • My general philosophy has long been to let the compiler do as much of the mundane work as possible. To that end, I do as much as I can to help it. Copious use of RAII and in general using specific types, including 'strong' types, so that I can describe logical relationships in a way that the compiler can understand and act on. Having a clear understanding of resource ownership is also important. Also using sanitizers, and liberal use of assert(), but only in debug builds, otherwise there's a tendency to avoid using it due to the extra overhead.

  • 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