Click here to Skip to main content
15,886,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a question about tree control Pin
realfly22-Jul-02 15:29
realfly22-Jul-02 15:29 
GeneralRe: a question about tree control Pin
Matt Newman22-Jul-02 15:32
Matt Newman22-Jul-02 15:32 
GeneralLooking for a good algorithm to compare lots of files Pin
Hiusing21-Jul-02 16:06
Hiusing21-Jul-02 16:06 
GeneralRe: Looking for a good algorithm to compare lots of files Pin
Chris Losinger21-Jul-02 17:29
professionalChris Losinger21-Jul-02 17:29 
GeneralRe: Looking for a good algorithm to compare lots of files Pin
Alexandru Savescu21-Jul-02 23:44
Alexandru Savescu21-Jul-02 23:44 
GeneralRe: Looking for a good algorithm to compare lots of files Pin
Raphael Kindt21-Jul-02 22:55
Raphael Kindt21-Jul-02 22:55 
GeneralRe: Looking for a good algorithm to compare lots of files Pin
benjymous21-Jul-02 23:21
benjymous21-Jul-02 23:21 
GeneralRe: Looking for a good algorithm to compare lots of files Pin
Paresh Solanki22-Jul-02 0:41
Paresh Solanki22-Jul-02 0:41 
First Sort file list by size (smallest first)
Then for each file, compare against others in list. If size is different, move to next file (do not compare other files in list - no need since you have already sorted by size)
If sizes are the same, then compare contents.

I have already written a little utility to do this myself and I can email you the source if you like.


Paresh Solanki
"Set you're faces to stunned..."
GeneralRe: Looking for a good algorithm to compare lots of files Pin
Pedro238022-Jul-02 1:49
Pedro238022-Jul-02 1:49 
Questionanyone have used thumbctl?? Pin
rokia21-Jul-02 16:03
rokia21-Jul-02 16:03 
AnswerRe: anyone have used thumbctl?? Pin
Chris Losinger21-Jul-02 17:29
professionalChris Losinger21-Jul-02 17:29 
QuestionHow I can open a pdf file and read in one (1) line of information? Pin
DanYELL21-Jul-02 11:58
DanYELL21-Jul-02 11:58 
AnswerRe: How I can open a pdf file and read in one (1) line of information? Pin
Nish Nishant21-Jul-02 15:47
sitebuilderNish Nishant21-Jul-02 15:47 
AnswerRe: How I can open a pdf file and read in one (1) line of information? Pin
benjymous22-Jul-02 2:32
benjymous22-Jul-02 2:32 
GeneralWinsock Error 10038 while FTPing Pin
Anonymous21-Jul-02 11:16
Anonymous21-Jul-02 11:16 
GeneralCommon code bugs Pin
anatase21-Jul-02 10:59
anatase21-Jul-02 10:59 
GeneralRe: Common code bugs Pin
Nish Nishant21-Jul-02 15:46
sitebuilderNish Nishant21-Jul-02 15:46 
GeneralRe: Common code bugs Pin
Matt Newman21-Jul-02 16:26
Matt Newman21-Jul-02 16:26 
GeneralRe: Common code bugs Pin
Alexandru Savescu22-Jul-02 4:32
Alexandru Savescu22-Jul-02 4:32 
QuestionCOM Events Handling Without ATL/MFC? Pin
Rene De La Garza21-Jul-02 9:27
Rene De La Garza21-Jul-02 9:27 
AnswerRe: COM Events Handling Without ATL/MFC? Pin
Len Holgate21-Jul-02 12:07
Len Holgate21-Jul-02 12:07 
GeneralRe: COM Events Handling Without ATL/MFC? Pin
Rene De La Garza22-Jul-02 5:44
Rene De La Garza22-Jul-02 5:44 
GeneralList View Pin
Peter Liddle21-Jul-02 7:55
Peter Liddle21-Jul-02 7:55 
GeneralRe: List View Pin
valikac21-Jul-02 8:26
valikac21-Jul-02 8:26 
GeneralRe: List View Pin
Peter Liddle21-Jul-02 8:42
Peter Liddle21-Jul-02 8:42 

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.