General advise needed in handling/storing structured data
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, thanks for reading this. I'm working on a project where I have a large amount of structured data to manage. Similar to file directories. I've got a root folder, subfolders and eventually documents. How do I deal with it in my program in a manner, that allows effectivly saving the data to a file (or multiple files?). Imagine me writing an application that stores the entire folder/file structure of a given disk. Each item (disk, folder, file) has it's own properties which have to be stored as well. Any tips and links greatly appreceated. Matthias