I've been developing in C++ on and off for ~5 years, but I can barely read the answer to this question, much less write it myself... is this normal?

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

    An open-source C++ library developed and used at Facebook.

  • 22 years writing C professionally, 17 years writing C++ professionally, much longer than that if you include hobby projects, and I started an open source C++ library (https://github.com/facebook/folly). I interview C++ programmers multiple times a week. (We're hiring: https://rockset.com/, https://jobs.lever.co/rockset)

  • nd_api

  • To be truthful, I think that knowing template metaprogramming are certainly good to know in the long term. They can help you make your libraries more robust to different scenarios, do compile-time assertions, avoid code duplication in an efficient manner and even create your own DSLs which can greately improve readability when applicable. And libraries are not only for public consumption, they are also for private consumption and the same standards apply. Eg example from a previous project: https://gitlab.com/new_dexterity_athens_public/nd_api . This uses template metaprogramming and some macro hackery to create zero-cost and safe access to an embedded device that provides a dynamic api. We actually made that for internal usage in order to write tools robustly. The pattern in the article is called type_traits and is applicable for a ton of things.

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

    C++/Arduino compatible, integer-only signal processing filters

  • In this example, I just use templates to avoid repeating code but keeping the strict type enforcement. Here I do the same but with recursive templates.

  • SysLat_Firmware

    Arduino firmware for SysLat project

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

  • ¿PHP, Muerto o No?

    2 projects | dev.to | 4 May 2024
  • Integration Testing in Obsidian

    3 projects | dev.to | 2 May 2024
  • Como configurar imagem Docker(PHP e Nginx) para projetos Laravel com PHP 8.3

    1 project | dev.to | 24 Apr 2024
  • Developing a Reusable and Readable Bash Script for Automated LAMP Stack Deployment

    1 project | dev.to | 22 Apr 2024
  • 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup

    6 projects | news.ycombinator.com | 19 Apr 2024