Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 7:16
led mike13-Nov-07 7:16 
GeneralRe: Sending data - TCP connection Pin
Jim Crafton13-Nov-07 7:22
Jim Crafton13-Nov-07 7:22 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 8:24
led mike13-Nov-07 8:24 
AnswerRe: Sending data - TCP connection Pin
led mike13-Nov-07 7:11
led mike13-Nov-07 7:11 
GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 8:01
bigdenny20013-Nov-07 8:01 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 8:20
led mike13-Nov-07 8:20 
GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 8:39
bigdenny20013-Nov-07 8:39 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 9:17
led mike13-Nov-07 9:17 
Yeah, I would not recommend that tutorial. The example "class" used is not a class, it is a simple 'C' data structure and there has been intrinsic support for reading and writing 'C' data structures since.... well 'C'. That is not the same thing as 'Serialization' of complex C++ classes that may contain pointers which are memory addresses.

You cannot serialize a memory address. You must serialize/deserialize the data at the memory address which requires knowledge of the data structure. Knowledge of the data structure is something that only the developer has meaning you cannot rely on the compiler to properly serialize your class.

bigdenny200 wrote:
but the problem is that I am working on a project which
is due soon. And I cant devote too much time to serialization only.

I can't help the fact that poor project management and planning conflicts with reality. I am only a software developer not a magician that can bend time and warp reality. Perhaps your situation now calls for the Post Agile Manifesto approach to software development[^]. I don't recommend it, but if that's what you must do.... whatever.



GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 10:36
bigdenny20013-Nov-07 10:36 
GeneralRe: Sending data - TCP connection Pin
Mark Salsbery13-Nov-07 11:59
Mark Salsbery13-Nov-07 11:59 
GeneralRe: Sending data - TCP connection Pin
Bram van Kampen13-Nov-07 13:58
Bram van Kampen13-Nov-07 13:58 
Questionlink error Pin
josip cagalj13-Nov-07 6:12
josip cagalj13-Nov-07 6:12 
AnswerRe: link error Pin
toxcct13-Nov-07 6:15
toxcct13-Nov-07 6:15 
GeneralRe: link error Pin
josip cagalj13-Nov-07 6:24
josip cagalj13-Nov-07 6:24 
GeneralRe: link error Pin
toxcct13-Nov-07 6:28
toxcct13-Nov-07 6:28 
GeneralRe: link error Pin
josip cagalj14-Nov-07 3:40
josip cagalj14-Nov-07 3:40 
GeneralRe: link error Pin
josip cagalj14-Nov-07 22:10
josip cagalj14-Nov-07 22:10 
Generalnamespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:14
hairy_hats13-Nov-07 5:14 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:23
toxcct13-Nov-07 5:23 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:35
hairy_hats13-Nov-07 5:35 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:38
toxcct13-Nov-07 5:38 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:43
hairy_hats13-Nov-07 5:43 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:47
toxcct13-Nov-07 5:47 
GeneralRe: namespace limitations in VC6 Pin
Maximilien13-Nov-07 5:31
Maximilien13-Nov-07 5:31 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:37
hairy_hats13-Nov-07 5:37 

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.