Linked Lists

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manoj Nicholas
    New Member
    • Oct 2007
    • 1

    #1

    Linked Lists

    Hi All,

    I am trying to create a RandomAccessFil e for student records with StudentID, Name, Mark in 3 subjects. I wanted to read the RAF file use Linked List to modify a record and then to post it back onto the file.

    Can anyone help me with a source code for the same.

    Thank you,
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Manoj Nicholas
    Hi All,

    I am trying to create a RandomAccessFil e for student records with StudentID, Name, Mark in 3 subjects. I wanted to read the RAF file use Linked List to modify a record and then to post it back onto the file.

    Can anyone help me with a source code for the same.

    Thank you,
    Write the program yourself and post if you get problems with the code.

    Comment

    Working...