Search:

Type: Posts; User: Compengineer

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    941

    showing progress on muliple lines

    I would like to update more than one line when displaying the progress of my program.

    section of my Current code is:-

    cout << "\r "<< currentfile <<"/"<<totalfiles;
    This will output
    32/100
  2. Replies
    6
    Views
    3,657

    estimating time remaining

    I am working on a c++ program, It basically copys file into another file. I current have the program outputting how many mb it has done and the pecentage of the operation (i.e 5mb out of 50mb 10%...
Results 1 to 2 of 2