Click here to Skip to main content
15,920,576 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difference between Structures and Classes Pin
Antony M Kancidrowski17-Jun-04 10:15
Antony M Kancidrowski17-Jun-04 10:15 
GeneralRe: Difference between Structures and Classes Pin
Maximilien17-Jun-04 2:39
Maximilien17-Jun-04 2:39 
GeneralRe: Difference between Structures and Classes Pin
V.17-Jun-04 2:48
professionalV.17-Jun-04 2:48 
GeneralRe: Difference between Structures and Classes Pin
markkuk17-Jun-04 2:52
markkuk17-Jun-04 2:52 
GeneralRe: Difference between Structures and Classes Pin
Navin17-Jun-04 3:03
Navin17-Jun-04 3:03 
GeneralTime required for copying Pin
pavanhere17-Jun-04 1:13
susspavanhere17-Jun-04 1:13 
GeneralRe: Time required for copying Pin
RChin17-Jun-04 1:22
RChin17-Jun-04 1:22 
GeneralRe: Time required for copying Pin
Henry miller17-Jun-04 3:15
Henry miller17-Jun-04 3:15 
Explorer seems to count the total number of files remainging, and multiply the time it took for the last file to copy by that. At least that is my only explination for why copy times jump from 45 minutes to 100 minutes back to 50 all the time in long copies.

A better alogrythm would be something like count the bytes done already, the bytes total, and the time used so far. Time remaining = bytes done * time used / total bytes. Or something like that, simple math, but if you don't wish to check and understand the math you shouldn't impliment it. Course this assumes you know the total bytes, which you can count, but that takes time you could use for the copy.
GeneralRe: Time required for copying Pin
Blake Miller17-Jun-04 4:08
Blake Miller17-Jun-04 4:08 
QuestionHow to start app from inside code?? Pin
Anonymous17-Jun-04 1:02
Anonymous17-Jun-04 1:02 
AnswerRe: How to start app from inside code?? Pin
User 665817-Jun-04 1:06
User 665817-Jun-04 1:06 
AnswerRe: How to start app from inside code?? Pin
RChin17-Jun-04 1:11
RChin17-Jun-04 1:11 
AnswerRe: How to start app from inside code?? Pin
Antony M Kancidrowski17-Jun-04 1:37
Antony M Kancidrowski17-Jun-04 1:37 
Generalget the current working directory Pin
shiva shankar17-Jun-04 0:50
shiva shankar17-Jun-04 0:50 
GeneralRe: get the current working directory Pin
Dudi Avramov17-Jun-04 0:56
Dudi Avramov17-Jun-04 0:56 
GeneralManipulate text file Pin
?!?17-Jun-04 0:47
?!?17-Jun-04 0:47 
GeneralRe: Manipulate text file Pin
toxcct17-Jun-04 1:00
toxcct17-Jun-04 1:00 
GeneralRe: Manipulate text file Pin
V.17-Jun-04 2:02
professionalV.17-Jun-04 2:02 
GeneralRe: Manipulate text file Pin
chauteen25-Aug-04 22:44
chauteen25-Aug-04 22:44 
GeneralRe: Manipulate text file Pin
V.25-Aug-04 23:23
professionalV.25-Aug-04 23:23 
Generalstill wnat to ask_Re: Manipulate text file Pin
chauteen26-Aug-04 18:15
chauteen26-Aug-04 18:15 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
V.26-Aug-04 20:47
professionalV.26-Aug-04 20:47 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
Anonymous2-Sep-04 0:47
Anonymous2-Sep-04 0:47 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
V.2-Sep-04 1:21
professionalV.2-Sep-04 1:21 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
chauteen2-Sep-04 16:22
chauteen2-Sep-04 16:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.