Does anyone have a code for an console progressbar.. I would write it myself, if i knew how i should it should print the amount in procent and show it using the progressbar ..
Boring suggestion :
A progress bar is suggested only if you have some data to process before any user interaction of any kind is required. And the 'process' must take long enough (maybe like 10 secs) so that you have time to display it.
Interesting suggestion :
But in case you need it or just want it for fun, you can do it like this(there are many ways of doing this I guess, and please note that this is merely a suggestion):