Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC 6 bug? Pin
Hans Dietrich30-Mar-11 22:20
mentorHans Dietrich30-Mar-11 22:20 
AnswerRe: VC 6 bug? Pin
CPallini30-Mar-11 22:29
mveCPallini30-Mar-11 22:29 
AnswerRe: VC 6 bug? Pin
Nyil31-Mar-11 1:34
Nyil31-Mar-11 1:34 
AnswerRe: VC 6 bug? Pin
Smith#31-Mar-11 5:12
Smith#31-Mar-11 5:12 
Questioninvisible the file or folder Pin
sarfaraznawaz30-Mar-11 5:15
sarfaraznawaz30-Mar-11 5:15 
AnswerRe: invisible the file or folder Pin
Code-o-mat30-Mar-11 5:57
Code-o-mat30-Mar-11 5:57 
AnswerRe: invisible the file or folder Pin
Chris Losinger30-Mar-11 7:07
professionalChris Losinger30-Mar-11 7:07 
GeneralRe: invisible the file or folder Pin
Niklas L30-Mar-11 12:13
Niklas L30-Mar-11 12:13 
GeneralRe: invisible the file or folder Pin
sarfaraznawaz30-Mar-11 18:58
sarfaraznawaz30-Mar-11 18:58 
GeneralRe: invisible the file or folder Pin
sarfaraznawaz30-Mar-11 19:09
sarfaraznawaz30-Mar-11 19:09 
GeneralRe: invisible the file or folder Pin
Niklas L30-Mar-11 20:44
Niklas L30-Mar-11 20:44 
AnswerRe: invisible the file or folder Pin
Stefan_Lang31-Mar-11 2:02
Stefan_Lang31-Mar-11 2:02 
QuestionHow to do? Pin
john563230-Mar-11 3:03
john563230-Mar-11 3:03 
AnswerRe: How to do? Pin
Luc Pattyn30-Mar-11 3:23
sitebuilderLuc Pattyn30-Mar-11 3:23 
JokeRe: How to do? Pin
David Crow31-Mar-11 3:33
David Crow31-Mar-11 3:33 
AnswerRe: How to do? Pin
Code-o-mat30-Mar-11 4:45
Code-o-mat30-Mar-11 4:45 
As Luc Pattyn said, you can't. What you could try to do is the brute force method, generate a string, "a", create it's CRC, check if it is the same as your CRC, if not, generate the string "b", check the CRC, and so on, for "aa", "ab"...until you find the correct string. It may or may not find the string correctly in your lifetime. Another way would be to have a huge lookup table with CRCs and the strings that produced them in which you could look up the string by its CRC.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> //TODO: Implement signature here<

GeneralRe: How to do? Pin
Stefan_Lang30-Mar-11 5:02
Stefan_Lang30-Mar-11 5:02 
JokeRe: How to do? Pin
Code-o-mat30-Mar-11 5:10
Code-o-mat30-Mar-11 5:10 
GeneralRe: How to do? Pin
Stefan_Lang30-Mar-11 5:45
Stefan_Lang30-Mar-11 5:45 
GeneralRe: How to do? Pin
Code-o-mat30-Mar-11 5:51
Code-o-mat30-Mar-11 5:51 
GeneralRe: How to do? Pin
Stefan_Lang30-Mar-11 6:05
Stefan_Lang30-Mar-11 6:05 
GeneralRe: How to do? Pin
Code-o-mat30-Mar-11 6:25
Code-o-mat30-Mar-11 6:25 
GeneralRe: How to do? Pin
john563230-Mar-11 20:41
john563230-Mar-11 20:41 
GeneralRe: How to do? Pin
Code-o-mat30-Mar-11 23:58
Code-o-mat30-Mar-11 23:58 
AnswerRe: How to do? Pin
Stefan_Lang30-Mar-11 4:53
Stefan_Lang30-Mar-11 4:53 

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.