What are some C++ projects with high quality code that I can read through?

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

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

    C++ RPG

  • I've been trying to follow this series: https://github.com/Headturna/ConsoleRPG (There is an accompanying youtube series)

  • POCO

    The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

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

    Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

  • Redpanda which is a C++ implementation of the Kafka message broker https://github.com/redpanda-data/redpanda

  • Scylla

    NoSQL data store using the seastar framework, compatible with Apache Cassandra

  • Scylla which is a C++ implementation of the Cassandra distributed K:V store https://github.com/scylladb/scylladb

  • Seastar

    High performance server-side application framework

  • Seastar which is a thread per core runtime written by the Scylla devs thats used in both Redpanda and Scylla as the underlying runtime. https://github.com/scylladb/seastar

  • tdesktop

    Telegram Desktop messaging app

  • Telegram desktop is nice and clean too. https://github.com/telegramdesktop/tdesktop

  • serenity

    The Serenity Operating System 🐞

  • For a project with modern c++ which specifically tried to name things well, you might be interested in SerenityOS. It's a hobby project open source operating system.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • hana

    Your standard library for metaprogramming

  • I like boost::hana. Wish I had more chances to use it at work.

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

  • 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup

    6 projects | news.ycombinator.com | 19 Apr 2024
  • Why we built our streaming data platform in C++

    2 projects | dev.to | 28 Sep 2022
  • How to make an HTTP client from scratch

    2 projects | dev.to | 4 May 2022
  • Anyone know anyone that creates plugins?

    1 project | /r/audioengineering | 8 Dec 2023
  • Modern C++ Programming Course

    5 projects | news.ycombinator.com | 28 Nov 2023