Welcome, Guest. Please login or register.

Author Topic: Creating a new file format (need suggestions)  (Read 2723 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mgerics

  • Sr. Member
  • ****
  • Join Date: Jun 2002
  • Posts: 294
    • Show all replies
Re: Creating a new file format (need suggestions)
« on: May 04, 2005, 05:47:59 PM »
Do you mean you want the data saved to HD? I'd think you'd just traverse the list writing out each node's data to a standard format file; read it back into the list when needed (that's what I've done in the past, when I was a ral programmer using C). Or do you want to be able to access any node in the list, and said list can be too big to fit into physical memory? That sounds like a relational (or other) database type of thingy.