Click here to Skip to main content
15,926,703 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: save in c++ Pin
lavy288310-May-07 4:15
lavy288310-May-07 4:15 
QuestionRe: save in c++ Pin
David Crow10-May-07 4:17
David Crow10-May-07 4:17 
AnswerRe: save in c++ Pin
lavy288310-May-07 4:20
lavy288310-May-07 4:20 
GeneralRe: save in c++ Pin
David Crow10-May-07 4:25
David Crow10-May-07 4:25 
QuestionPainting Issue Pin
Malli_S10-May-07 3:53
Malli_S10-May-07 3:53 
Questionhow to mute a channel in mp3 audio file (with 2 channels) Pin
Anhvo10-May-07 3:46
Anhvo10-May-07 3:46 
QuestionData Transfer in Socket Programming Pin
georgekjolly10-May-07 3:34
georgekjolly10-May-07 3:34 
AnswerRe: Data Transfer in Socket Programming Pin
Cedric Moonen10-May-07 4:00
Cedric Moonen10-May-07 4:00 
When you pass a "pointer" to be sent over a communication link (it can be serial port also), you supply also a size. So, what the send function is simply doing is copying X (the size you supplied) bytes starting at the address you supplied (the pointer). So, there is no magic there (or no shared memory or whatever). But, of course you have to take care that what you send is a pure data block (so, if there are pointers in your structure, the address will be sent, with no possibility to extract the data at the other side).


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Data Transfer in Socket Programming Pin
georgekjolly11-May-07 4:49
georgekjolly11-May-07 4:49 
AnswerRe: Data Transfer in Socket Programming [modified] Pin
Eytukan10-May-07 5:36
Eytukan10-May-07 5:36 
QuestionMenu Positioning Pin
jannathali10-May-07 3:11
jannathali10-May-07 3:11 
AnswerRe: Menu Positioning Pin
Nelek13-May-07 20:03
protectorNelek13-May-07 20:03 
QuestionHow to change font of ToolTip control? Pin
Atul2310-May-07 2:50
Atul2310-May-07 2:50 
AnswerRe: How to change font of ToolTip control? Pin
Hamid_RT10-May-07 3:02
Hamid_RT10-May-07 3:02 
QuestionHELP Pin
sbswish710-May-07 2:43
sbswish710-May-07 2:43 
AnswerRe: HELP Pin
Maximilien10-May-07 2:49
Maximilien10-May-07 2:49 
GeneralRe: HELP Pin
Christian Graus10-May-07 2:50
protectorChristian Graus10-May-07 2:50 
GeneralRe: HELP Pin
sbswish710-May-07 2:55
sbswish710-May-07 2:55 
GeneralRe: HELP Pin
Hamid_RT10-May-07 3:06
Hamid_RT10-May-07 3:06 
GeneralRe: HELP Pin
leckey10-May-07 11:45
leckey10-May-07 11:45 
AnswerRe: HELP Pin
Christian Graus10-May-07 2:50
protectorChristian Graus10-May-07 2:50 
GeneralRe: HELP Pin
Sam_c10-May-07 3:52
Sam_c10-May-07 3:52 
AnswerRe: HELP Pin
Optimus Chaos10-May-07 3:07
Optimus Chaos10-May-07 3:07 
AnswerRe: HELP Pin
David Crow10-May-07 4:22
David Crow10-May-07 4:22 
Questionc++ and Microsoft Access Pin
Jay Minor10-May-07 2:41
Jay Minor10-May-07 2:41 

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.