Search:

Type: Posts; User: c99tutorial

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    8,277

    To create graphical progress bars, use a GUI...

    To create graphical progress bars, use a GUI library. Examples are Qt, GTK and on Windows you can use the WINAPI if you want. Try searching for winapi progress bar example for examples
  2. Replies
    5
    Views
    8,277

    If your needs are simple and a text based...

    If your needs are simple and a text based program, you can print a line with the line-feed character to simulate this. Here is an example



    #define DOTS_10 ".........."
    #define SPAC_10 " ...
Results 1 to 2 of 2