Skip to content
/ pb Public

C++ header-only progress bar

License

Notifications You must be signed in to change notification settings

rcroughs/pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pb - the all-in-one progress bar

pb is a header-only C++ library.

Example video of the progress bar

Usage

Iterators

std::vector<int> v(50, 1);
for (auto &i : pb<std::vector<int>>(v)) {
    sleep(1);
}

About

C++ header-only progress bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages