Click here to Skip to main content
15,887,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAsyncrhonous Multiple Processes [modified] Pin
Orion Star13-May-10 10:27
Orion Star13-May-10 10:27 
AnswerRe: Asyncrhonous Multiple Processes Pin
Stephen Hewitt13-May-10 14:08
Stephen Hewitt13-May-10 14:08 
GeneralRe: Asyncrhonous Multiple Processes Pin
Orion Star13-May-10 15:37
Orion Star13-May-10 15:37 
AnswerRe: Asyncrhonous Multiple Processes Pin
Stuart Dootson13-May-10 15:37
professionalStuart Dootson13-May-10 15:37 
GeneralRe: Asyncrhonous Multiple Processes Pin
Orion Star13-May-10 15:44
Orion Star13-May-10 15:44 
QuestionHow to write to file in little-endian or big-endian Pin
Danzy8313-May-10 9:38
Danzy8313-May-10 9:38 
AnswerRe: How to write to file in little-endian or big-endian Pin
«_Superman_»13-May-10 10:42
professional«_Superman_»13-May-10 10:42 
AnswerRe: How to write to file in little-endian or big-endian Pin
Chris Losinger13-May-10 16:24
professionalChris Losinger13-May-10 16:24 
fwrite writes bytes. it doesn't know anything about endianness. so, if you're writing an int, you'll get the bytes from that int in the order they're stored in memory.

if that's not the order you want, you'll need to swap the bytes before calling fwrite.

QuestionNotify to all dialogs in my program Pin
manchukuo13-May-10 6:40
manchukuo13-May-10 6:40 
AnswerRe: Notify to all dialogs in my program Pin
Maximilien13-May-10 7:23
Maximilien13-May-10 7:23 
QuestionRe: Notify to all dialogs in my program Pin
David Crow13-May-10 8:15
David Crow13-May-10 8:15 
AnswerRe: Notify to all dialogs in my program Pin
manchukuo13-May-10 12:14
manchukuo13-May-10 12:14 
AnswerRe: Notify to all dialogs in my program Pin
«_Superman_»13-May-10 9:23
professional«_Superman_»13-May-10 9:23 
GeneralRe: Notify to all dialogs in my program Pin
manchukuo13-May-10 12:15
manchukuo13-May-10 12:15 
GeneralRe: Notify to all dialogs in my program Pin
«_Superman_»13-May-10 12:34
professional«_Superman_»13-May-10 12:34 
QuestionProcess Name Pin
john563213-May-10 6:02
john563213-May-10 6:02 
AnswerRe: Process Name Pin
«_Superman_»13-May-10 9:25
professional«_Superman_»13-May-10 9:25 
QuestionHow to launch my MFC app with params from command line? Pin
Software200713-May-10 5:58
Software200713-May-10 5:58 
AnswerRe: How to launch my MFC app with params from command line? Pin
Chris Losinger13-May-10 6:06
professionalChris Losinger13-May-10 6:06 
GeneralRe: How to launch my MFC app with params from command line? Pin
Software200713-May-10 7:15
Software200713-May-10 7:15 
AnswerRe: How to launch my MFC app with params from command line? Pin
David Crow14-May-10 2:38
David Crow14-May-10 2:38 
QuestionErasing drawing Pin
tho_mee13-May-10 4:53
tho_mee13-May-10 4:53 
AnswerRe: Erasing drawing Pin
Maximilien13-May-10 5:01
Maximilien13-May-10 5:01 
GeneralRe: Erasing drawing Pin
hdxu13-May-10 16:41
hdxu13-May-10 16:41 
GeneralRe: Erasing drawing Pin
tho_mee14-May-10 14:34
tho_mee14-May-10 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.