how to modify a txt file
From: Jerry (zhiweiwang_at_gmail.com)
Date: 01/31/05
- Next message: jiggly: "Re: Finished a "teach yourself" book, what next?"
- Previous message: Mike Wahler: "Re: string initilization WHY?"
- Next in thread: Jacob Oost: "Re: how to modify a txt file"
- Reply: Jacob Oost: "Re: how to modify a txt file"
- Reply: CBFalconer: "Re: how to modify a txt file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jan 2005 19:25:27 -0800
Hi, everybody:
I want to modify a portion of a txt file. The way I do it is to
open the file in read mode, and create a new file, and delete the old
file, and rename the new file.
I am wondering if this is a common practice of modifying a file in
C, is there any other way to do it?
Thank you all for your attention.
--Jerry
- Next message: jiggly: "Re: Finished a "teach yourself" book, what next?"
- Previous message: Mike Wahler: "Re: string initilization WHY?"
- Next in thread: Jacob Oost: "Re: how to modify a txt file"
- Reply: Jacob Oost: "Re: how to modify a txt file"
- Reply: CBFalconer: "Re: how to modify a txt file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|