Do you use cout or printf

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

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

    A modern formatting library

  • Why can't use it? I don't use C++20, but I can still use it (and have more features) through the library https://github.com/fmtlib/fmt, I do the same with ranges, because the committee can't put a complete library in the standard to save their lives.

  • spdlog

    Fast C++ logging library.

  • fmt is great, but I personally use spdlog, which is a logger wrapper around fmt. Then again, I noticed I pretty much only make use of spdlog's ability to have debug, info, warn, and error levels before and after my logged line, which I swap back and forth from during unit tests.

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

    Yet another C++ text formatting library.

  • strf

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