Click here to Skip to main content
16,007,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 10:42
protectorChristian Graus28-Feb-02 10:42 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Chris Losinger28-Feb-02 11:12
professionalChris Losinger28-Feb-02 11:12 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 11:21
protectorChristian Graus28-Feb-02 11:21 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Chris Losinger28-Feb-02 12:07
professionalChris Losinger28-Feb-02 12:07 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 12:13
protectorChristian Graus28-Feb-02 12:13 
Generalhelp needed on encryption Pin
Jasmin Khan28-Feb-02 6:04
Jasmin Khan28-Feb-02 6:04 
GeneralRe: help needed on encryption Pin
alex.barylski28-Feb-02 6:43
alex.barylski28-Feb-02 6:43 
GeneralRe: help needed on encryption Pin
Paul M Watt28-Feb-02 7:49
mentorPaul M Watt28-Feb-02 7:49 
What is the ceasar cipher? Is that the algorithm where the letter A gets mapped to a number between 1-26, then B to a different number and so on through Z until all of the letters and numbers are matched?

Is the problem that you are having have to do with the actual encryption, where to get started on your program, or the file part.

Does your program need to be displayed in a GUI, or can you use the console. If you can use the console, this would make your program alot simpler. Simply start with the fstream objects to read your encrypted file in to memory.

Walk through all of your encrypted data, byte by byte, and convert from the encrypted code to the real character, placing the decrypted character in a new buffer.

Then display the new buffer with cout.

I know this is general, hopefully I have helped, if you have a specific question feel free to give more details.
GeneralExplorer Integrated DLL Prob Pin
Peter Liddle28-Feb-02 5:53
Peter Liddle28-Feb-02 5:53 
GeneralBool CArchive Pin
Li Mu Bai28-Feb-02 4:32
Li Mu Bai28-Feb-02 4:32 
GeneralRe: Bool CArchive Pin
Joaquín M López Muñoz28-Feb-02 5:18
Joaquín M López Muñoz28-Feb-02 5:18 
GeneralRe: Bool CArchive Pin
Li Mu Bai28-Feb-02 5:48
Li Mu Bai28-Feb-02 5:48 
QuestionWhat is First-Execption? Pin
anju28-Feb-02 4:17
anju28-Feb-02 4:17 
AnswerRe: What is First-Execption? Pin
Joaquín M López Muñoz28-Feb-02 4:36
Joaquín M López Muñoz28-Feb-02 4:36 
GeneralRe: What is First-Execption? Pin
anju28-Feb-02 4:44
anju28-Feb-02 4:44 
GeneralRe: What is First-Execption? Pin
Joaquín M López Muñoz28-Feb-02 4:55
Joaquín M López Muñoz28-Feb-02 4:55 
GeneralOther App handle Pin
Jerome Conus28-Feb-02 3:27
Jerome Conus28-Feb-02 3:27 
GeneralRe: Other App handle Pin
Joaquín M López Muñoz28-Feb-02 3:32
Joaquín M López Muñoz28-Feb-02 3:32 
GeneralRe: Other App handle Pin
Nish Nishant28-Feb-02 3:50
sitebuilderNish Nishant28-Feb-02 3:50 
GeneralHelp Pin
doudou28-Feb-02 3:01
doudou28-Feb-02 3:01 
GeneralRe: Help Pin
Joaquín M López Muñoz28-Feb-02 3:06
Joaquín M López Muñoz28-Feb-02 3:06 
GeneralRe: Help Pin
Mazdak28-Feb-02 3:14
Mazdak28-Feb-02 3:14 
GeneralRe: Help Pin
Carlos Antollini28-Feb-02 3:12
Carlos Antollini28-Feb-02 3:12 
GeneralProject Name Pin
Rajveer28-Feb-02 2:35
Rajveer28-Feb-02 2:35 
GeneralRe: Project Name Pin
Carlos Antollini28-Feb-02 2:45
Carlos Antollini28-Feb-02 2:45 

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.