Thread: how do i put lines of a file into a linked list?

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    37

    how do i put lines of a file into a linked list?

    and i want to know how to edit, delete, add lines to a file using linked lists?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Well a search of previous posts discussing linked lists and reading files would be a start
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Apr 2004
    Posts
    14
    Quote Originally Posted by 8ball
    and i want to know how to edit, delete, add lines to a file using linked lists?
    I have a post about link list as well, please refer to http://cboard.cprogramming.com/showthread.php?t=52158

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List Help!
    By mbk in forum C Programming
    Replies: 3
    Last Post: 01-31-2008, 03:54 PM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Adding to linked list from external file
    By cghv in forum C Programming
    Replies: 1
    Last Post: 03-09-2005, 02:05 PM
  4. Replies: 6
    Last Post: 03-02-2005, 02:45 AM
  5. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM