Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
David Crow22-Jan-12 16:27
David Crow22-Jan-12 16:27 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
ForNow22-Jan-12 18:44
ForNow22-Jan-12 18:44 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
«_Superman_»22-Jan-12 19:34
professional«_Superman_»22-Jan-12 19:34 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
ForNow22-Jan-12 20:04
ForNow22-Jan-12 20:04 
GeneralRe: CFILE::READ replacing x20's with x0a x0a Pin
Richard MacCutchan22-Jan-12 22:44
mveRichard MacCutchan22-Jan-12 22:44 
QuestionBinary serialization Pin
mutpan19-Jan-12 19:01
mutpan19-Jan-12 19:01 
AnswerRe: Binary serialization Pin
«_Superman_»19-Jan-12 19:28
professional«_Superman_»19-Jan-12 19:28 
AnswerRe: Binary serialization Pin
Richard MacCutchan19-Jan-12 22:57
mveRichard MacCutchan19-Jan-12 22:57 
Unfortunately, wfstream can handle Unicode characters and strings passed into the stream but will only produce Ansi output. You need to use the old C-style Stream I/O[^], the stream::write()[^] function to write raw data, or use the CArchive if you have MFC in your project.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman



QuestionUpdated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 3:17
love bird19-Jan-12 3:17 
AnswerRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 3:26
mveRichard MacCutchan19-Jan-12 3:26 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 3:29
love bird19-Jan-12 3:29 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 3:53
mveRichard MacCutchan19-Jan-12 3:53 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
jschell19-Jan-12 8:29
jschell19-Jan-12 8:29 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan19-Jan-12 8:48
mveRichard MacCutchan19-Jan-12 8:48 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Albert Holguin19-Jan-12 4:06
professionalAlbert Holguin19-Jan-12 4:06 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
love bird19-Jan-12 4:12
love bird19-Jan-12 4:12 
GeneralRe: Updated question( What's wrong in previous location of an object ? ) Pin
Richard MacCutchan20-Jan-12 1:59
mveRichard MacCutchan20-Jan-12 1:59 
QuestionWhat's wrong in previous location of an object ? Pin
love bird19-Jan-12 2:09
love bird19-Jan-12 2:09 
QuestionRe: What's wrong in previous location of an object ? Pin
CPallini19-Jan-12 2:16
mveCPallini19-Jan-12 2:16 
AnswerRe: What's wrong in previous location of an object ? Pin
love bird19-Jan-12 2:38
love bird19-Jan-12 2:38 
GeneralRe: What's wrong in previous location of an object ? Pin
CPallini19-Jan-12 2:48
mveCPallini19-Jan-12 2:48 
AnswerRe: What's wrong in previous location of an object ? Pin
CPallini19-Jan-12 2:45
mveCPallini19-Jan-12 2:45 
GeneralRe: What's wrong in previous location of an object ? Pin
David Crow19-Jan-12 3:02
David Crow19-Jan-12 3:02 
GeneralRe: What's wrong in previous location of an object ? Pin
Richard MacCutchan19-Jan-12 3:55
mveRichard MacCutchan19-Jan-12 3:55 
GeneralRe: What's wrong in previous location of an object ? Pin
David Crow19-Jan-12 4:09
David Crow19-Jan-12 4: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.