Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
James R. Twine24-Jan-07 7:28
James R. Twine24-Jan-07 7:28 
   There are many different ways to hash values, a simple CRC can be considered a hash, all the way to an MD5 message digest hash.

   Usually, comparing them is just comparing the hash results.  Compare the binary values, or convert them to strings and then compare them, it is all the same.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 8:09
vgandhi24-Jan-07 8:09 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
James R. Twine24-Jan-07 11:14
James R. Twine24-Jan-07 11:14 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 20:35
vgandhi24-Jan-07 20:35 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
Michael Dunn24-Jan-07 9:36
sitebuilderMichael Dunn24-Jan-07 9:36 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi24-Jan-07 20:29
vgandhi24-Jan-07 20:29 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
Michael Dunn24-Jan-07 20:41
sitebuilderMichael Dunn24-Jan-07 20:41 
GeneralRe: Computing hashes and comparing hashes for C++ Pin
vgandhi25-Jan-07 0:30
vgandhi25-Jan-07 0:30 
AnswerRe: Computing hashes and comparing hashes for C++ Pin
El Corazon24-Jan-07 15:06
El Corazon24-Jan-07 15:06 
QuestionOnNcActivate not called in a child window Pin
Sandy Kinghorn24-Jan-07 1:23
Sandy Kinghorn24-Jan-07 1:23 
AnswerRe: OnNcActivate not called in a child window Pin
Mark Salsbery24-Jan-07 5:58
Mark Salsbery24-Jan-07 5:58 
GeneralRe: OnNcActivate not called in a child window Pin
Sandy Kinghorn24-Jan-07 6:33
Sandy Kinghorn24-Jan-07 6:33 
QuestionRe: OnNcActivate not called in a child window Pin
Mark Salsbery24-Jan-07 6:42
Mark Salsbery24-Jan-07 6:42 
AnswerRe: OnNcActivate not called in a child window Pin
Sandy Kinghorn1-Feb-07 7:36
Sandy Kinghorn1-Feb-07 7:36 
GeneralRe: OnNcActivate not called in a child window Pin
Mark Salsbery1-Feb-07 11:30
Mark Salsbery1-Feb-07 11:30 
QuestionOnKeyDown Call Dialog Pin
JennK24-Jan-07 1:22
JennK24-Jan-07 1:22 
AnswerRe: OnKeyDown Call Dialog Pin
jhwurmbach24-Jan-07 1:34
jhwurmbach24-Jan-07 1:34 
GeneralRe: OnKeyDown Call Dialog Pin
JennK24-Jan-07 3:50
JennK24-Jan-07 3:50 
QuestionHow to get refernce count on file handle Pin
pavan_sw24-Jan-07 1:00
pavan_sw24-Jan-07 1:00 
AnswerRe: How to get refernce count on file handle Pin
KarstenK24-Jan-07 2:28
mveKarstenK24-Jan-07 2:28 
AnswerRe: How to get refernce count on file handle Pin
Mark Salsbery24-Jan-07 6:09
Mark Salsbery24-Jan-07 6:09 
Questionneed help in computer graphics.. Pin
makaveli_0724-Jan-07 0:54
makaveli_0724-Jan-07 0:54 
AnswerRe: need help in computer graphics.. Pin
El Corazon24-Jan-07 1:51
El Corazon24-Jan-07 1:51 
QuestionDrawing unicode text in a dialog window Pin
Jogeboy24-Jan-07 0:41
Jogeboy24-Jan-07 0:41 
Questioncstring Pin
zoobiskuit24-Jan-07 0:35
zoobiskuit24-Jan-07 0:35 

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.