Click here to Skip to main content
15,913,130 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInsert values in list box from one formview to dialog box. Pin
Le@rner3-May-09 23:27
Le@rner3-May-09 23:27 
AnswerRe: Insert values in list box from one formview to dialog box. Pin
Madhu Nair3-May-09 23:34
Madhu Nair3-May-09 23:34 
GeneralRe: Insert values in list box from one formview to dialog box. Pin
Le@rner4-May-09 2:06
Le@rner4-May-09 2:06 
Questionhow can i call IE internet option using programming Pin
B06061153-May-09 20:50
B06061153-May-09 20:50 
AnswerRe: how can i call IE internet option using programming Pin
«_Superman_»3-May-09 20:59
professional«_Superman_»3-May-09 20:59 
AnswerRe: how can i call IE internet option using programming Pin
Madhu Nair3-May-09 21:05
Madhu Nair3-May-09 21:05 
AnswerRe: how can i call IE internet option using programming Pin
Madhu Nair3-May-09 23:28
Madhu Nair3-May-09 23:28 
GeneralRe: how can i call IE internet option using programming Pin
B06061154-May-09 0:50
B06061154-May-09 0:50 
GeneralRe: how can i call IE internet option using programming Pin
B06061154-May-09 0:55
B06061154-May-09 0:55 
QuestionAny Example in MFC Pin
Pankaj D.Dubey3-May-09 19:49
Pankaj D.Dubey3-May-09 19:49 
AnswerRe: Any Example in MFC Pin
_AnsHUMAN_ 3-May-09 19:52
_AnsHUMAN_ 3-May-09 19:52 
AnswerRe: Any Example in MFC Pin
Chandrasekharan P3-May-09 19:58
Chandrasekharan P3-May-09 19:58 
GeneralRe: Any Example in MFC Pin
Pankaj D.Dubey3-May-09 20:05
Pankaj D.Dubey3-May-09 20:05 
AnswerRe: Any Example in MFC Pin
Hamid_RT3-May-09 20:11
Hamid_RT3-May-09 20:11 
AnswerRe: Any Example in MFC Pin
Madhu Nair3-May-09 20:20
Madhu Nair3-May-09 20:20 
AnswerRe: Any Example in MFC Pin
Maximilien4-May-09 0:52
Maximilien4-May-09 0:52 
QuestionCan VB EXE Project have share memory with VC++ EXE Pin
manoharbalu3-May-09 18:41
manoharbalu3-May-09 18:41 
AnswerRe: Can VB EXE Project have share memory with VC++ EXE Pin
«_Superman_»3-May-09 18:53
professional«_Superman_»3-May-09 18:53 
AnswerRe: Can VB EXE Project have share memory with VC++ EXE Pin
Randor 4-May-09 15:03
professional Randor 4-May-09 15:03 
QuestionVC++ v6 Class Wizard Errors trying to add class... help!!! Pin
PBrama3-May-09 15:52
PBrama3-May-09 15:52 
AnswerRe: VC++ v6 Class Wizard Errors trying to add class... help!!! Pin
David Crow3-May-09 16:27
David Crow3-May-09 16:27 
GeneralRe: VC++ v6 Class Wizard Errors trying to add class... help!!! Pin
PBrama3-May-09 16:46
PBrama3-May-09 16:46 
Questionis there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Ha lee3-May-09 14:45
Ha lee3-May-09 14:45 
well I have been working on an assigment and it states::

A program has to be developed, and coded in C language, to decipher a document written
in Italian that is encoded using a secret key. The secret key is obtained as random
permutation of all the uppercase letters, lowercase letters, numbers and blank space. As
an example, let us consider the following two strings:
Plain: “ABCDEFGHIJKLMNOPQRSTUVXWYZabcdefghijklmnopqrstuvwxyz0123456789 ”
Code: “BZJ9y0KePWopxYkQlRjhzsaNTFAtM7H6S24fC5mcIgXbnLOq8Uid 3EDv1ruVGw”
The secret key modifies only letters, numbers, and spaces of the original document, while
the remaining characters are left unchanged. The document is stored in a text file whose
length is unknown.
The program has to read the document, find the secret key (which by definition is
unknown; the above table is just an example and it is not the key used for preparing the
sample files available on the web course) using a suitable decoding algorithm, and write
the decoded document to a new text file.

And I know that I have to upload an English dictionary into the program but I don't why it has been asked.(may be not in that statement but I have to dO THAT). My question is , while I can do that program using simple encryption/decryption algorithm then what's the use of uploading the english dictionary in our program? So is there any decryption algorithm that uses a dictionary to decrypt an encrypted file? or can somebody tell me what approach or algorithm should I use to solve that problem???

An early reply (and also authentic one) will be highly appreciated from you.

Thank you guys.
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Member 41945933-May-09 17:59
Member 41945933-May-09 17:59 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Ha lee4-May-09 11:09
Ha lee4-May-09 11:09 

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.