I need help with list project

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

    You could try implementing this all yourself, it shouldn't be too hard if you have a decent understanding of C++, but you should know that there are plenty of libraries out there that can make this easier. * If having a very human-readable file isn't a requirement, you can save all the data into a JSON file. When the user wants to view all the contents, you can just have it read out all the added items in the file, so the user wouldn't have to go searching through the file themselves. A library I'd recommend is rapidjson.

  • yaml-cpp

    A YAML parser and emitter in C++

    If you want a file format that has more readability, YAML is probably your best bet.

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

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