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 but I thought I d see if there is any well-built implementations already. My favourite implementation of a text-based progress bar is pacman s progress bar on arch linux.
My project is created with C++ (Qt4).