D
Davy
Hi all,
I have a struct. The struct contain several chains(pointer something
like nodes->next).
How to save this struct to a file and how to read it back to ram?
I am confused of the matter that the pointer is the absolute address of
the ram. When the file was re-loaded into the ram. All the address will
be obsolete and should be discarded.
Am I right?
Best regards,
Davy
I have a struct. The struct contain several chains(pointer something
like nodes->next).
How to save this struct to a file and how to read it back to ram?
I am confused of the matter that the pointer is the absolute address of
the ram. When the file was re-loaded into the ram. All the address will
be obsolete and should be discarded.
Am I right?
Best regards,
Davy