开发者

Are there any text-based progress bar implementations?

开发者 https://www.devze.com 2023-03-26 14:30 出处:网络
I\'m trying to create a terminal-based backup program and I\'m looking for some C++ code that creates a text-based progress bar. I understand you can implement it yourself with \\b but I thought I\'d

I'm trying to create a terminal-based backup program and I'm looking for some C++ code that creates a text-based progress bar. I understand you can implement it yourself with \b but I thought I'd see if there is any well-built implementations already. My favourite i开发者_如何学编程mplementation of a text-based progress bar is pacman's progress bar on arch linux.

My project is created with C++ (Qt4).


The Boost Timer library has a progress timer display.

0

精彩评论

暂无评论...
验证码 换一张
取 消