ToruNiina / shinchoku

progress bar in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shnchk

shinchoku (進捗) means "progress".

example

shnchk::format(std::cerr, 0.1);
// will prints 
// 10%|████                                    |

About

progress bar in C++

License:MIT License


Languages

Language:C++ 100.0%