Click here to Skip to main content
15,885,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Missing COM dll for IE 08 Toolbar Development Pin
Hans Dietrich9-May-11 2:39
mentorHans Dietrich9-May-11 2:39 
GeneralRe: Missing COM dll for IE 08 Toolbar Development Pin
varunpandeyengg9-May-11 23:00
varunpandeyengg9-May-11 23:00 
QuestionMy owner draw button doesn't respond to mouse hover Pin
Cold_Fearing_Bird9-May-11 0:15
Cold_Fearing_Bird9-May-11 0:15 
AnswerRe: My owner draw button doesn't respond to mouse hover Pin
Hans Dietrich9-May-11 0:47
mentorHans Dietrich9-May-11 0:47 
GeneralRe: My owner draw button doesn't respond to mouse hover Pin
Cold_Fearing_Bird9-May-11 3:35
Cold_Fearing_Bird9-May-11 3:35 
QuestionCRC Pin
john56328-May-11 23:54
john56328-May-11 23:54 
AnswerRe: CRC Pin
Luc Pattyn9-May-11 0:05
sitebuilderLuc Pattyn9-May-11 0:05 
AnswerRe: CRC Pin
varunpandeyengg9-May-11 22:21
varunpandeyengg9-May-11 22:21 
You may do some reverse engineering to get String from CRC. Although that's not feasible. CRC produce unique set of bytes for any data (in your case it is string). As you mentioned correctly, it may not be Unique. The process is slow unless you know how to optimize it.
One more method is to use MD5 or SHA1. Although the whole purpose of MD5 is to authenticate the data (and it uses Hash function - which may take extra clock cycles), it can also be used smartly to replace CRC. There is a exhaustive list of error-correcting algorithm which I am not mentioning here. Pick any of those according to the importance of the transfered data.

(CRC converts data => Checksums so the only way we can get data be CRC is by trial and error)


CHEERS!!!
QuestionProblem with VC toolbox Pin
Cold_Fearing_Bird8-May-11 16:47
Cold_Fearing_Bird8-May-11 16:47 
AnswerRe: Problem with VC toolbox Pin
Hans Dietrich8-May-11 17:01
mentorHans Dietrich8-May-11 17:01 
QuestionRegister ocx in Windows7 Pin
Max++8-May-11 14:06
Max++8-May-11 14:06 
AnswerRe: Register ocx in Windows7 Pin
Richard Andrew x648-May-11 14:20
professionalRichard Andrew x648-May-11 14:20 
AnswerRe: Register ocx in Windows7 Pin
pandit848-May-11 21:10
pandit848-May-11 21:10 
AnswerRe: Register ocx in Windows7 Pin
Malli_S9-May-11 0:41
Malli_S9-May-11 0:41 
AnswerRe: Register ocx in Windows7 Pin
Max++9-May-11 15:12
Max++9-May-11 15:12 
Question"Ending program ... please wait" - what system message needs a response ? Pin
Still learning how to code8-May-11 8:56
Still learning how to code8-May-11 8:56 
AnswerRe: "Ending program ... please wait" - what system message needs a response ? Pin
Code-o-mat8-May-11 9:28
Code-o-mat8-May-11 9:28 
AnswerRe: "Ending program ... please wait" - what system message needs a response ? Pin
Luc Pattyn8-May-11 9:45
sitebuilderLuc Pattyn8-May-11 9:45 
GeneralRe: "Ending program ... please wait" - what system message needs a response ? Pin
Still learning how to code8-May-11 11:16
Still learning how to code8-May-11 11:16 
Questionapplication messaging Pin
Krauze7-May-11 22:20
Krauze7-May-11 22:20 
AnswerRe: application messaging Pin
Richard MacCutchan7-May-11 23:33
mveRichard MacCutchan7-May-11 23:33 
GeneralRe: application messaging Pin
barneyman7-May-11 23:51
barneyman7-May-11 23:51 
GeneralRe: application messaging Pin
Richard MacCutchan8-May-11 0:08
mveRichard MacCutchan8-May-11 0:08 
QuestionRe: application messaging Pin
David Crow9-May-11 3:16
David Crow9-May-11 3:16 
AnswerRe: application messaging Pin
barneyman9-May-11 3:39
barneyman9-May-11 3:39 

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.