Please read the new rule regarding the restriction on the use of AI tools. ×

philip82148's blog

By philip82148, 2 hours ago, In English

Hi Codeforces! I've been programming as a hobby since I was 11 and have made various things.
I'm new to Codeforces, but I actually started CP since last year.
Since then, I've been working on a C++ debugging library that can print variables of almost any type, like vectors, maps, tuples, and more. In this blog, I want to share it with you.

Link to the Library

https://github.com/philip82148/cpp-dump

Feature Summary

Let's try it!

  1. Clone the repo(git clone https://github.com/philip82148/cpp-dump) or download it from Releases.
  2. Compile & run this code to test the library

Please see README.md for more detailed information on the installation method.

Recommended usage in competitive programming

https://github.com/philip82148/cpp-dump?tab=readme-ov-file#for-competitive-programming-use

News

v0.7.0 released on August 19 has lots of new features.
If you're using an older version, please update it! (For git users, run git pull)

Final Thoughts

I hope this library helps.
Also, upvoting this blog and giving a star to the repo would make me really happy.

  • Vote: I like it
  • +13
  • Vote: I do not like it