Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi16-Jan-10 22:50
samira forooghi16-Jan-10 22:50 
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 
Usually, the best way to do that is to have your object support some kind of serialization: you can add a function to load a function to save your object into a "file" (here, through the handle of the serial port, but this is the same). These methods read and write all data members of your object that needs to be sent to the other side.

Cédric Moonen
Software developer

Charting control [v3.0 - Updated]
OpenGL game tutorial in C++

AnswerRe: Sending class object on serial port (communication port) Pin
CPallini16-Jan-10 22:19
mveCPallini16-Jan-10 22:19 
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 

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.