Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Bram van Kampen13-Nov-07 13:41
Bram van Kampen13-Nov-07 13:41 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Nelek13-Nov-07 22:21
protectorNelek13-Nov-07 22:21 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Priyank Bolia25-May-08 21:39
Priyank Bolia25-May-08 21:39 
Questionidispatch concepts not understood Pin
prithaa13-Nov-07 7:05
prithaa13-Nov-07 7:05 
AnswerRe: idispatch concepts not understood Pin
led mike13-Nov-07 7:12
led mike13-Nov-07 7:12 
GeneralRe: idispatch concepts not understood Pin
Jim Crafton13-Nov-07 7:16
Jim Crafton13-Nov-07 7:16 
AnswerRe: idispatch concepts not understood Pin
Jim Crafton13-Nov-07 7:16
Jim Crafton13-Nov-07 7:16 
GeneralRe: idispatch concepts not understood Pin
prithaa13-Nov-07 7:30
prithaa13-Nov-07 7:30 
GeneralRe: idispatch concepts not understood Pin
led mike13-Nov-07 7:57
led mike13-Nov-07 7:57 
GeneralRe: idispatch concepts not understood Pin
bob1697213-Nov-07 16:16
bob1697213-Nov-07 16:16 
QuestionSending data - TCP connection Pin
bigdenny20013-Nov-07 7:00
bigdenny20013-Nov-07 7:00 
AnswerRe: Sending data - TCP connection Pin
Jim Crafton13-Nov-07 7:10
Jim Crafton13-Nov-07 7:10 
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 

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.