Click here to Skip to main content
15,890,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat the! Pin
wilche11-Jun-02 20:21
wilche11-Jun-02 20:21 
AnswerRe: What the! Pin
Alexandru Savescu11-Jun-02 20:47
Alexandru Savescu11-Jun-02 20:47 
GeneralRe: What the! Pin
wilche12-Jun-02 13:16
wilche12-Jun-02 13:16 
GeneralRe: What the! Pin
Mike Nordell13-Jun-02 4:39
Mike Nordell13-Jun-02 4:39 
GeneralRe: What the! Pin
Tim Smith13-Jun-02 4:45
Tim Smith13-Jun-02 4:45 
GeneralWM_NCPAINT not being called by RedrawWindow Pin
Roman Nurik11-Jun-02 18:24
Roman Nurik11-Jun-02 18:24 
GeneralSerial port stripping characters. Pin
clintsinger11-Jun-02 17:32
clintsinger11-Jun-02 17:32 
GeneralRe: Serial port stripping characters. Pin
Tim Smith12-Jun-02 1:51
Tim Smith12-Jun-02 1:51 
Hmm...

1. Are you writing the contents of the data to a file? If so, did you open the file in text mode? That will cause the 0x0A to be removed.

2. Are you storing the data in strings and then using fprintf and such? If so, then of course the 0 is getting dropped. That is used by C to mark the end of a string.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: Serial port stripping characters. Pin
Roger Allen12-Jun-02 2:01
Roger Allen12-Jun-02 2:01 
GeneralODBC Pin
11-Jun-02 16:31
suss11-Jun-02 16:31 
GeneralRe: ODBC Pin
Nish Nishant11-Jun-02 17:29
sitebuilderNish Nishant11-Jun-02 17:29 
GeneralRe: ODBC Pin
11-Jun-02 18:35
suss11-Jun-02 18:35 
Generalarticles about monikers Pin
Chen Jiadong11-Jun-02 16:20
Chen Jiadong11-Jun-02 16:20 
GeneralRe: articles about monikers Pin
Rama Krishna Vavilala11-Jun-02 18:41
Rama Krishna Vavilala11-Jun-02 18:41 
GeneralVersion of msado15.dll and VStudio service packs Pin
Rostrox11-Jun-02 15:45
Rostrox11-Jun-02 15:45 
GeneralRe: Version of msado15.dll and VStudio service packs Pin
Rama Krishna Vavilala11-Jun-02 17:18
Rama Krishna Vavilala11-Jun-02 17:18 
GeneralCopy TreeView Branch - Not to another but clipboard Pin
Paul Belikian11-Jun-02 15:49
Paul Belikian11-Jun-02 15:49 
GeneralRe: Copy TreeView Branch - Not to another but clipboard Pin
benjymous12-Jun-02 2:39
benjymous12-Jun-02 2:39 
GeneralRe: Copy TreeView Branch - Not to another but clipboard Pin
Paul Belikian12-Jun-02 16:13
Paul Belikian12-Jun-02 16:13 
GeneralRe: Copy TreeView Branch - Not to another but clipboard Pin
benjymous13-Jun-02 9:39
benjymous13-Jun-02 9:39 
GeneralRe: Copy TreeView Branch - Not to another but clipboard Pin
Paul Belikian13-Jun-02 17:58
Paul Belikian13-Jun-02 17:58 
GeneralRe: Copy TreeView Branch - Not to another but clipboard Pin
benjymous13-Jun-02 21:43
benjymous13-Jun-02 21:43 
GeneralShutdown message Pin
Steve L.11-Jun-02 13:58
Steve L.11-Jun-02 13:58 
GeneralRe: Shutdown message Pin
Christian Graus11-Jun-02 14:27
protectorChristian Graus11-Jun-02 14:27 
GeneralRe: Shutdown message Pin
Steve L.11-Jun-02 14:34
Steve L.11-Jun-02 14:34 

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.