Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to copy file much faster? Pin
MarkusStr18-Oct-07 22:41
MarkusStr18-Oct-07 22:41 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 19:59
kcynic19-Oct-07 19:59 
GeneralRe: How to copy file much faster? Pin
Matthew Faithfull18-Oct-07 22:53
Matthew Faithfull18-Oct-07 22:53 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:00
kcynic19-Oct-07 20:00 
AnswerRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 2:44
JudyL_MD19-Oct-07 2:44 
GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 3:53
Tydia-kun19-Oct-07 3:53 
GeneralRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 4:01
JudyL_MD19-Oct-07 4:01 
GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 4:05
Tydia-kun19-Oct-07 4:05 
Ah, of course. You're absolutely right. One thread can take care of copying and one thread can take care of everything else that needs to be done meanwhile... But then again, you don't need to use synchronus file copy either... You can asynchronous. While the file is copying, the program can do other stuff like readying more data copy or something, as long as it doesn't read or write to the same HD, since that would slow things down.
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:01
kcynic19-Oct-07 20:01 
Questionneed an approach. Pin
narayanagvs18-Oct-07 21:40
narayanagvs18-Oct-07 21:40 
AnswerRe: need an approach. Pin
Nelek18-Oct-07 21:59
protectorNelek18-Oct-07 21:59 
GeneralRe: need an approach. Pin
Matthew Faithfull18-Oct-07 23:26
Matthew Faithfull18-Oct-07 23:26 
Questiondelete this Pin
George_George18-Oct-07 21:10
George_George18-Oct-07 21:10 
AnswerRe: delete this Pin
jhwurmbach18-Oct-07 21:40
jhwurmbach18-Oct-07 21:40 
GeneralRe: delete this Pin
Sameerkumar Namdeo18-Oct-07 22:03
Sameerkumar Namdeo18-Oct-07 22:03 
GeneralRe: delete this Pin
George_George18-Oct-07 23:01
George_George18-Oct-07 23:01 
AnswerRe: delete this Pin
Roger Stoltz18-Oct-07 22:08
Roger Stoltz18-Oct-07 22:08 
GeneralRe: delete this Pin
George_George18-Oct-07 22:59
George_George18-Oct-07 22:59 
GeneralRe: delete this Pin
Roger Stoltz18-Oct-07 23:09
Roger Stoltz18-Oct-07 23:09 
GeneralRe: delete this Pin
George_George19-Oct-07 3:52
George_George19-Oct-07 3:52 
QuestionDllMain Pin
George_George18-Oct-07 20:53
George_George18-Oct-07 20:53 
AnswerRe: DllMain Pin
aks.18-Oct-07 22:00
aks.18-Oct-07 22:00 
GeneralRe: DllMain Pin
George_George18-Oct-07 22:40
George_George18-Oct-07 22:40 
GeneralRe: DllMain Pin
Matthew Faithfull18-Oct-07 22:58
Matthew Faithfull18-Oct-07 22:58 
GeneralRe: DllMain Pin
George_George19-Oct-07 4:00
George_George19-Oct-07 4:00 

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.