i need to create a linked list of characters which i'll be retrieving from a text file. my problem is that i'll need to access this data in the same order that i retrieve it in. i am only used to writing linked lists so that it actually reverses the data using a stack. any ideas on this?