I have a big project that was just assigned in class, and I want to be proactive about getting it set up, but I'm not sure if I'm thinking this out properly. We have to input information from a text file into a struct, and create a linked list out of the information using pointers. We've practiced with ifstream a lot this semester, but I'm not quite sure how I'd move the information from the text file into the struct. Can anybody give me a gentle shove in the right direction? Thanks!
I don't think I've quite learned about some of the elements of the codes above, and I also must use a linked list for this project. Thank you for the responses though!