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

C / C++ / MFC

 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
enhzflep17-Jan-10 11:33
enhzflep17-Jan-10 11:33 
GeneralRe: equivalent of atoi and itoa functions in SDK [modified] Pin
samira forooghi18-Jan-10 0:17
samira forooghi18-Jan-10 0:17 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
Stuart Dootson18-Jan-10 0:37
professionalStuart Dootson18-Jan-10 0:37 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi18-Jan-10 0:53
samira forooghi18-Jan-10 0:53 
QuestionSending class object on serial port (communication port) Pin
AnayKulkarni16-Jan-10 20:10
AnayKulkarni16-Jan-10 20:10 
AnswerRe: Sending class object on serial port (communication port) Pin
Richard MacCutchan16-Jan-10 21:49
mveRichard MacCutchan16-Jan-10 21:49 
AnswerRe: Sending class object on serial port (communication port) Pin
Cedric Moonen16-Jan-10 21:56
Cedric Moonen16-Jan-10 21:56 
AnswerRe: Sending class object on serial port (communication port) Pin
CPallini16-Jan-10 22:19
mveCPallini16-Jan-10 22:19 
You should serialize (see Serialization) your objects, send serialized data over the serial line and then deserialize them on the other side (in order to re-create the original objects).
MFC supports serialization for CObject-derived classes. Another option maybe Boost Serialization, you may even write your own serialization mechanism (the task is simple just for basic data structures, though).
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

QuestionInitCommonControlsEx problem Pin
AnayKulkarni16-Jan-10 19:43
AnayKulkarni16-Jan-10 19:43 
AnswerRe: InitCommonControlsEx problem Pin
JudyL_MD17-Jan-10 3:23
JudyL_MD17-Jan-10 3:23 
QuestionModeling the human heart (EKG) Pin
user_void16-Jan-10 16:18
user_void16-Jan-10 16:18 
AnswerRe: Modeling the human heart (EKG) Pin
Tim Craig16-Jan-10 21:02
Tim Craig16-Jan-10 21:02 
GeneralRe: Modeling the human heart (EKG) Pin
user_void17-Jan-10 5:55
user_void17-Jan-10 5:55 
GeneralRe: Modeling the human heart (EKG) Pin
Bram van Kampen17-Jan-10 6:09
Bram van Kampen17-Jan-10 6:09 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig17-Jan-10 14:04
Tim Craig17-Jan-10 14:04 
GeneralRe: Modeling the human heart (EKG) Pin
user_void17-Jan-10 14:23
user_void17-Jan-10 14:23 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig17-Jan-10 17:21
Tim Craig17-Jan-10 17:21 
GeneralRe: Modeling the human heart (EKG) Pin
user_void18-Jan-10 8:46
user_void18-Jan-10 8:46 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig18-Jan-10 9:16
Tim Craig18-Jan-10 9:16 
Questionheader file Pin
khomeyni16-Jan-10 9:15
khomeyni16-Jan-10 9:15 
AnswerRe: header file Pin
Chris Losinger16-Jan-10 9:47
professionalChris Losinger16-Jan-10 9:47 
AnswerRe: header file Pin
CPallini16-Jan-10 10:26
mveCPallini16-Jan-10 10:26 
AnswerRe: header file Pin
Stuart Dootson16-Jan-10 11:10
professionalStuart Dootson16-Jan-10 11:10 
GeneralRe: header file Pin
khomeyni18-Jan-10 8:50
khomeyni18-Jan-10 8:50 
QuestionHow can generate service from exe? Pin
Le@rner15-Jan-10 19:58
Le@rner15-Jan-10 19:58 

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.