pb-cpp:C ++的控制台进度栏

时间:2024-05-29 10:44:10
【文件属性】:

文件名称:pb-cpp:C ++的控制台进度栏

文件大小:8.51MB

文件格式:ZIP

更新时间:2024-05-29 10:44:10

cpp progress-bar cpp14 port cpp-library

C ++的终端进度栏 受启发的C ++控制台进度条。 例子 简单的例子 # include < pb> # include < thread> using namespace std ::literals ; int main () { const auto count = 1000u ; pb::progressbar bar (count); bar. format ( " <#} > " ); for ( auto i = 0u ; i < count> # i


【文件预览】:
pb-cpp-master
----.clang-format(1KB)
----.gitignore(224B)
----pb-cpp.sublime-project(767B)
----build-tests()
--------overwrite-default-bar-format.cpp(1KB)
--------bad-countbuf-parent.cpp(2KB)
--------overwrite-default-tick-format.cpp(1KB)
----Makefile(4KB)
----ext()
--------Catch2()
--------optional-lite()
----src()
--------multibar_notifying_pipe.cpp(3KB)
--------util()
--------defaults.cpp(1KB)
--------multibar.cpp(2KB)
--------progressbar.cpp(11KB)
----configMakefile(2KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----.gitmodules(230B)
----examples()
--------readme_multi.cpp(2KB)
--------simple.cpp(2KB)
--------max_refresh_rate.cpp(1KB)
--------readme_copy.cpp(2KB)
--------readme_simple.cpp(1KB)
--------multi.cpp(3KB)
--------npm_bar.cpp(2KB)
----README.md(2KB)
----demo()
--------pb-cpp demo small.mp4(9.48MB)
--------pb-cpp demo small.png(173KB)
----tests()
--------util()
--------main.cpp(1KB)
--------progressbar.cpp(3KB)
----include()
--------pb-cpp()
----appveyor.yml(533B)

网友评论