CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Sep 2009
    Posts
    5

    Unhappy School file i/o program

    So i have an array of structs which holds a student ID number and an instance of the LinkedList class which holds a linked list of the schedule of that student. How would I save all the data using file i/o. And then how would i retrieve that info and put it back into their respective variables? I am very confused. Thank you for your time, help would be greatly appreciated
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured