[C++20] ClearIO library (unfinished)

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarCloud - Analyze your C and C++ projects with just one click.
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • C++ Format

    A modern formatting library

    I think the license is bad for normal use I would use a Boost, BSD, or MIT licensing but I am paranoid about this issue. I also prefer streams. I see some benefit in developing your library. First {fmt} does not cover input. This library could be used more for a tool for C++ developer to use C APIs in a type safe way as well and C programmers to use C++ feature. I might uses {fmt} or for output under the hood and see if you can extent the input to strings and char arrays. If that is the case, then I could see another use casing in testing where this could test from standard input, files or even possibly sockets.

  • scnlib

    scanf for modern C++

    Yeah, but parsing format strings in runtime induces an overhead, and doing it in compile time is not trivial, and I’m not sure ClearIO is worth the trouble, since it turns out scnlib exists.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • cleario

    A clean IO library for C++20

    I’ve been writing a small I/O library in C++20 called ClearIO, that is basically a wrapper over with a nicer interface:

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