Posted by Doris M. on July 10, 19101 at 02:04:09:
I need to create a linked list from an existing binary file. The outside file doesn't contain pointers so the record would have to be embedded. How do I copy an outside binary file into a node and create a pointer within the node? How do I copy the outside record into a node? Do I still use assign(tempfile,'sample.dat')? This is probably an easy question for someone to answer. Any help would be appreciated.