home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!lclark!nasman
- From: nasman@lclark.edu (Keith Nasman)
- Newsgroups: comp.sys.mac.programmer
- Subject: Q:Files and Linked Lists
- Message-ID: <1992Dec30.035522.4273@lclark.edu>
- Date: 30 Dec 92 03:55:22 GMT
- Article-I.D.: lclark.1992Dec30.035522.4273
- Distribution: usa
- Organization: Lewis & Clark College, Portland OR
- Lines: 15
-
-
- A newbie here :-)
-
- I am writing a program that needs to store a linked list to disk. I need
- to know which format is the best for storing a linked list on the disk.
- Would I just write the fields to the file tab delimited and then read
- them into the list when I start up the program again? Is there any way
- to store the actual linked list to the disk?
-
- I know these are broad questions with no one line answers (typical of a
- beginner huh? :) Any guidance would be great.
-
- thanks!
- -Keith
- "I'm in over my head....but aren't we all :-P"
-