Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to deny zero on CEdit Pin
Manfred Staiger15-Sep-06 3:40
Manfred Staiger15-Sep-06 3:40 
QuestionQuestion about Communication between Script and c Pin
Armor Wei15-Sep-06 2:29
Armor Wei15-Sep-06 2:29 
QuestionASCII85 Pin
ed7115515-Sep-06 2:28
ed7115515-Sep-06 2:28 
AnswerRe: ASCII85 Pin
Hamid_RT15-Sep-06 2:58
Hamid_RT15-Sep-06 2:58 
GeneralRe: ASCII85 Pin
ed7115515-Sep-06 4:11
ed7115515-Sep-06 4:11 
GeneralRe: ASCII85 Pin
Zac Howland15-Sep-06 5:29
Zac Howland15-Sep-06 5:29 
GeneralRe: ASCII85 Pin
ed7115515-Sep-06 6:09
ed7115515-Sep-06 6:09 
GeneralRe: ASCII85 Pin
Zac Howland15-Sep-06 6:14
Zac Howland15-Sep-06 6:14 
You probably won't be able to just copy-and-paste that code. Most likely, you will be able to use it derive your own ASCII85 decode method (the one in that link mixes loading the file with decoding it, which isn't very modular).

So once you have your file loaded, you just have to know the format the file is in (hopefully the ASCII85 data is all lumped together) and you just decode the portion that needs it and leave the rest as it is.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

QuestionGIF Animation on Active X button Pin
anjalisukanth15-Sep-06 2:25
anjalisukanth15-Sep-06 2:25 
QuestionUser Check Pin
angelfirefox15-Sep-06 2:24
angelfirefox15-Sep-06 2:24 
QuestionKeyBoard shortcuts Pin
RockyJames15-Sep-06 1:52
RockyJames15-Sep-06 1:52 
AnswerRe: KeyBoard shortcuts Pin
Naveen15-Sep-06 1:55
Naveen15-Sep-06 1:55 
GeneralRe: KeyBoard shortcuts Pin
RockyJames15-Sep-06 1:59
RockyJames15-Sep-06 1:59 
GeneralRe: KeyBoard shortcuts Pin
Naveen15-Sep-06 2:08
Naveen15-Sep-06 2:08 
GeneralRe: KeyBoard shortcuts Pin
RockyJames15-Sep-06 2:32
RockyJames15-Sep-06 2:32 
QuestionCMDIChildWnd and CreateProcess Pin
Christopher Stratmann15-Sep-06 1:24
Christopher Stratmann15-Sep-06 1:24 
QuestionHunt for memory leaks Pin
Kleser15-Sep-06 1:17
Kleser15-Sep-06 1:17 
AnswerRe: Hunt for memory leaks Pin
_AnsHUMAN_ 15-Sep-06 1:24
_AnsHUMAN_ 15-Sep-06 1:24 
AnswerRe: Hunt for memory leaks Pin
Christian Graus15-Sep-06 1:27
protectorChristian Graus15-Sep-06 1:27 
AnswerRe: Hunt for memory leaks Pin
Hamid_RT15-Sep-06 1:33
Hamid_RT15-Sep-06 1:33 
Questionabout some tricks in Visual Studio debug Pin
George_George15-Sep-06 1:13
George_George15-Sep-06 1:13 
AnswerRe: about some tricks in Visual Studio debug Pin
_AnsHUMAN_ 15-Sep-06 1:23
_AnsHUMAN_ 15-Sep-06 1:23 
GeneralRe: about some tricks in Visual Studio debug Pin
George_George16-Sep-06 22:46
George_George16-Sep-06 22:46 
AnswerRe: about some tricks in Visual Studio debug Pin
Christian Graus15-Sep-06 1:23
protectorChristian Graus15-Sep-06 1:23 
GeneralRe: about some tricks in Visual Studio debug Pin
George_George16-Sep-06 22:49
George_George16-Sep-06 22:49 

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.