Linked List

How do I read data from a file into a linked list?
With no information, the best I can do is "read the data into the linked list."
Ops sorry, I have a file called info.txt, which contains the first and last names of 5 people... I need help getting that into a linked list.. any better?
Open a file stream and start reading the names...then insert the names in the link list...
Topic archived. No new replies allowed.