I have used boost's progress bar (it outputs ***** from 0 to 100% complete) to track the progress of long loops. It would also be nice to be able to see a counter along with that, like if I run 1000 tests, the *'s will go from 0 to 100%, but I would also like to see
4 tests pass
5 tests pass
etc. without having a new line for each, ie the 5 would simply replace the 4, so the progress bar could remain visible while I am updated about the number of tests that have passed.
Has anyone seen anything that does something like this?
Thanks,
Dave