Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionHow do I find a Microsoft Forms 2.0 Control in a VC6 Project? [modified] Pin
JohnnyG29-Mar-11 8:52
JohnnyG29-Mar-11 8:52 
AnswerRe: How do I find a Microsoft Forms 2.0 Control in a VC6 Project? Pin
Hans Dietrich29-Mar-11 10:32
mentorHans Dietrich29-Mar-11 10:32 
GeneralRe: How do I find a Microsoft Forms 2.0 Control in a VC6 Project? Pin
JohnnyG30-Mar-11 2:27
JohnnyG30-Mar-11 2:27 
GeneralRe: How do I find a Microsoft Forms 2.0 Control in a VC6 Project? Pin
JohnnyG30-Mar-11 5:21
JohnnyG30-Mar-11 5:21 
QuestionHow do I get the ID of ComboBox? Pin
jhoesche0229-Mar-11 7:00
jhoesche0229-Mar-11 7:00 
AnswerRe: How do I get the ID of ComboBox? Pin
Albert Holguin29-Mar-11 7:58
professionalAlbert Holguin29-Mar-11 7:58 
GeneralRe: How do I get the ID of ComboBox? [SOLVED] Pin
jhoesche0229-Mar-11 8:44
jhoesche0229-Mar-11 8:44 
GeneralRe: How do I get the ID of ComboBox? [SOLVED] Pin
Albert Holguin29-Mar-11 8:48
professionalAlbert Holguin29-Mar-11 8:48 

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.