Click here to Skip to main content
15,922,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 4:05
Anonymous27-Oct-02 4:05 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 4:09
professionalRavi Bhavnani27-Oct-02 4:09 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 7:46
Anonymous27-Oct-02 7:46 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 9:32
professionalRavi Bhavnani27-Oct-02 9:32 
GeneralSerializing and class hierarchy Pin
Conan Ua Diarmaid27-Oct-02 3:32
sussConan Ua Diarmaid27-Oct-02 3:32 
GeneralRe: Serializing and class hierarchy Pin
Ravi Bhavnani27-Oct-02 3:41
professionalRavi Bhavnani27-Oct-02 3:41 
GeneralYah, read that but not enough info. Pin
Con27-Oct-02 4:24
Con27-Oct-02 4:24 
GeneralRe: Yah, read that but not enough info. Pin
Ravi Bhavnani27-Oct-02 4:30
professionalRavi Bhavnani27-Oct-02 4:30 
When you save the objects to disk, the first thing you should serialize is the object's signature (or RTTI information), followed by the object itself. When you read back the object from disk, use a ClassFactory pattern to construct an object of the appropriate type, then serialize (read in) the object.

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralRe: Class Factory Pin
Con27-Oct-02 4:35
Con27-Oct-02 4:35 
GeneralRe: Class Factory Pin
Ravi Bhavnani27-Oct-02 4:45
professionalRavi Bhavnani27-Oct-02 4:45 
GeneralRe: Last One Pin
Con27-Oct-02 4:52
Con27-Oct-02 4:52 
GeneralRe: Last One Pin
Ravi Bhavnani27-Oct-02 10:38
professionalRavi Bhavnani27-Oct-02 10:38 
GeneralRe: Serializing and class hierarchy Pin
Gero Gerber27-Oct-02 3:44
Gero Gerber27-Oct-02 3:44 
GeneralRe: Serializing and class hierarchy Pin
Con27-Oct-02 4:25
Con27-Oct-02 4:25 
GeneralRe: Serializing and class hierarchy Pin
Gero Gerber27-Oct-02 4:43
Gero Gerber27-Oct-02 4:43 
GeneralRe: Like this Pin
Con27-Oct-02 4:55
Con27-Oct-02 4:55 
GeneralRe: Like this Pin
Gero Gerber27-Oct-02 5:04
Gero Gerber27-Oct-02 5:04 
Generalphisical view of a dictionary Pin
includeh1027-Oct-02 3:28
includeh1027-Oct-02 3:28 
GeneralRe: phisical view of a dictionary Pin
Conan Ua Diarmaid27-Oct-02 4:58
sussConan Ua Diarmaid27-Oct-02 4:58 
GeneralRe: phisical view of a dictionary Pin
includeh1027-Oct-02 7:20
includeh1027-Oct-02 7:20 
GeneralDocTemplates - Printing and Previewing Pin
Jerry Bogota27-Oct-02 3:24
sussJerry Bogota27-Oct-02 3:24 
GeneralRe: DocTemplates - Printing and Previewing Pin
Roger Allen28-Oct-02 1:53
Roger Allen28-Oct-02 1:53 
GeneralHelp context sensitive help in VC++ Pin
B4u27-Oct-02 3:21
B4u27-Oct-02 3:21 
GeneralRe: Help context sensitive help in VC++ Pin
Roger Allen28-Oct-02 2:00
Roger Allen28-Oct-02 2:00 
QuestionWhat means KEY_ENUMERATE_SUB_KEYS in registry? Pin
Anonymous27-Oct-02 2:58
Anonymous27-Oct-02 2: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.