posted 21 years ago
Hi everybody,
I have the following problem. I have an object (Userclass user) that contains another object (Linkclass linklist). The object linklist contains a linked list with a dynamic amount of links.
How can I store all the data into a file by just saving the user object? If I save the user object, I think the file wouldn't contain the linklist objects?
Thank you for your help
Joe