Are there any text-based implementation strings?

I'm trying to create a terminal-based backup program, and I'm looking for some C ++ code that creates a text progress bar. I understand that you can implement it yourself with \ b, but I thought I'd see if there were any well-built implementations. My favorite implementation of the text progress bar is the pacman progress bar in arch linux.

My project was created using C ++ (Qt4).

+5
source share
1 answer

The Boost Timer library displays a runtime indication.

+3
source

All Articles