cpptqdm icon indicating copy to clipboard operation
cpptqdm copied to clipboard

(unofficial) tqdm-like single header c++ pretty progress bar

Results 4 cpptqdm issues
Sort by recently updated
recently updated
newest added

I tried to compile it by GCC 8.2, but the binary file cannot be executed correctly My Windows Version is NT 10.0, 64bit, the complier command is following: `> g++...

print a message when finished `void finish(std::string finishMessage = "") { progress(total_, total_); printf("%s\n", finishMessage.c_str()); fflush(stdout); }`

Thanks for making this available. It looks nice. I made a few minor changes so the test program would build and run on windows with cmake and MSVC 2015 (aka...

+ Add `.gitignore` and `CMakeLists.txt` files. + Select `adaptive width` for the process bar. when the width of the output message is larger than the width of the terminal, the...