SaaSHub helps you find the best software and product alternatives Learn more →
Cpp-dump Alternatives
Similar projects and alternatives to cpp-dump
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
RuntimeCompiledC
Discontinued [GET https://api.github.com/repos/RuntimeCompiledCPlusPlus/RuntimeCompiledC: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
-
-
-
cpp-dump discussion
cpp-dump reviews and mentions
-
ICPP – Running C++ in anywhere like a script
Well, one thing you can use alongside this project is a small library called cpp-dump, which lets you pretty print variables. https://github.com/philip82148/cpp-dump
It's just a normal library you can use with any compiled project, but it works nicely with Root C++ for built-in and std types.
Great if (say) you're working through implementing vector or linear algebra and want a nice way to display your multi-dimensional arrays and vectors.
Just copy the project folder somewhere (most conveniently where you invoke the interpreter from), do `#include "cpp-dump/dump.hpp` and then `cpp_dump(myVariable)` to print your variables.
You can see what it looks in this example where I was mucking about with permutations of vectors: https://i.imgur.com/yRpY5Bj.png
- I made a debugging library for C++ version of Python print() function!
- Debugging library for C++ version of Python's print() function
-
I made a C++ version of console.log()
View on GitHub
-
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all
It just hardcodes std::pair and std::tuple
https://github.com/philip82148/cpp-dump/blob/main/hpp/export...
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Jun 2026
Stats
philip82148/cpp-dump is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of cpp-dump is C++.