Thread: file IO in C

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    1

    file IO in C

    Can you list some code for

    1.updating a line in a text file in C (e.g. the line which starts with "AAA").

    2. deleting a line (e.g. the line which starts with "AAA") and saving it.

    3. inserting a line after line staring with "AAA" and saving it.

    Thanks very much!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Yeah, so what?

    Instead of just dumping your assignment on the board, how about you showing some effort which we can help you with.

    We're not here to hand you an answer on a plate you can then happily hand in without any further thought. For one thing, it could easily contain things you don't know about yet and your tutor might ask you. Your goose would be well and truly cooked at that point.

    Also read the homework policy at the top of the forum.
    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 ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    I think u should really read this before you come here http://cboard.cprogramming.com/annou...t.php?f=4&a=39

    ssharish

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. Batch file programming
    By year2038bug in forum Tech Board
    Replies: 10
    Last Post: 09-05-2005, 03:30 PM
  5. File IO with .Net SDK and platform SDK
    By AtomRiot in forum Windows Programming
    Replies: 5
    Last Post: 12-14-2004, 10:18 AM