Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • cpp-dump

    A C++ library for debugging purposes that can print any variable, even user-defined types.

  • It just hardcodes std::pair and std::tuple

    https://github.com/philip82148/cpp-dump/blob/main/hpp/export...

  • dbg-macro

    A dbg(…) macro for C++

  • I've been using something similar lately for my "quick and dirty print debugging" needs [1]. It's much nicer and requires less effort than just using printf/cout. I feel like many of the negative comments here are missing that that's probably the intended use-case of this.

    [1] https://github.com/sharkdp/dbg-macro

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

  • Dbg() – A macro for printf-style debugging fans

    1 project | news.ycombinator.com | 30 Sep 2023
  • Vimspector – the Vim debugger rules all

    1 project | /r/patient_hackernews | 24 Jul 2023
  • Vimspector – the Vim debugger rules all

    2 projects | news.ycombinator.com | 22 Jul 2023
  • Teaching Vim to your children

    1 project | /r/vim | 26 Dec 2022
  • IDE vs. text editor like notepad++ question for coding with a language's API. Is my understanding of the differences correct, and which is better for beginners?

    1 project | /r/learnprogramming | 6 Oct 2022