Hi,
      Does anyone here know how to implement a progress bar in C that
displays a series of '=' on the command line when run. I intend the
progressbar to look like :

|=========>
|   [25%]

I intend to use system("echo ="); Is that the way it is done? Also how is it
possible to display the progress bar correctly when the user adjusts the
command line window? I remember seeing such type of progressbars in rpm.
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to