295 pages on Initialization in Modern C++, a new cool book!

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. cppfront

    A personal experimental C++ Syntax 2 -> Syntax 1 compiler

    As an interesting side note, Herb Sutter recently presented a proof-of-concept vision for a nicer C++ syntax. https://github.com/hsutter/cppfront

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    How many pages, if you printed it out, do you suppose that book about writing a linked list in Rust would be? ;)

  4. C++ Middleware Writer

    The repo contains library code to support messaging and serialization. There are also two programs in the repo that are needed to use the CMW.

    More concretely, I use it to generate code that's used in each of the tiers mentioned above. The link is to one example of that.

  5. cppinitbook_public

    Source code and issues for C++ Initialization Story book

    All examples from book

  6. compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

    I would even argue that if one would simply compile and run those some examples from above (all single cpp file with `main()`, no complex build stuff required), without reading a single sentence from the book, that person would already have a better understanding of how c++ works. In fact, pasting small programs into Godbolt compiler explorer would work too.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    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

  • C++ Insights – See your source code with the eyes of a compiler

    5 projects | news.ycombinator.com | 5 Apr 2024
  • C++ Game Utility Libraries: for Game Dev Rustaceans

    9 projects | dev.to | 13 Mar 2024
  • Harald Achitz: Launder lazy_storage

    1 project | /r/cpp | 18 Mar 2023
  • C++ lernen

    2 projects | /r/informatik | 2 Mar 2023
  • I love building a startup in Rust. I wouldn't pick it again.

    6 projects | /r/programming | 18 Feb 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?