banner
storrm777s.bsky.social
@storrm777s.bsky.social
Messing around with C++
https://github.com/storrm777s
Yet another thingy for C++, a functional progress bar.

current(100) with total(1000) = 10% progress etc.
displayStatus(int current, int total);

An example has been provided in main.cpp
github.com/storrm777s/c...
#cpp #c++ #programming #opensource
August 25, 2025 at 4:26 PM
First post, I've been making lil C++ helpers so I could learn the language better, any criticism would be grand.

Easier JSON access (will be adding a function to edit the json data later):
github.com/storrm777s/c...
Easier debugging:
github.com/storrm777s/c...

#cpp #programming #opensource
GitHub - storrm777s/cpp-eel-json: An easier way to grab data from JSON files.
An easier way to grab data from JSON files. Contribute to storrm777s/cpp-eel-json development by creating an account on GitHub.
github.com
August 25, 2025 at 2:03 PM