cpp-dump
Variable printer
A debugging library that prints variables of any type in a human-readable format
A C++ library for debugging purposes that can print any variable, even user-defined types.
301 stars
3 watching
7 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
competitive-programmingcppdebugging
Related projects:
Repository | Description | Stars |
---|---|---|
renatogarcia/icecream-cpp | A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 581 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 560 |
microsoft/cppwinrt | A C++ language projection for Windows Runtime APIs, providing access to modern Windows API. | 1,672 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
cdepillabout/pretty-simple | A tool to prettify Haskell data types with Show instances in an easy-to-read format | 243 |
progman1/genprintlib | A library for printing values from compiled programs | 29 |
phate6660/cppfetch | A C++ program that gathers information about the system and displays it in a graphical format. | 18 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
jcupitt/libvips | An image processing library with low memory needs | 50 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
hsutter/gcpp | Library providing an experimental deferred and unordered destruction mechanism | 915 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 325 |
yhirose/cpp-unicodelib | A C++17 header-only library providing a set of functions to categorize and analyze Unicode characters | 100 |