Data Files in C on Linux
From: Xarky (bernardpace_at_yahoo.com)
Date: 05/04/04
- Next message: jose luis fernandez diaz: "Problems compiling templates"
- Previous message: Rich Teer: "Re: solaris: finding program name"
- Next in thread: joe_at_invalid.address: "Re: Data Files in C on Linux"
- Reply: joe_at_invalid.address: "Re: Data Files in C on Linux"
- Reply: Eric Sosman: "Re: Data Files in C on Linux"
- Reply: David Schwartz: "Re: Data Files in C on Linux"
- Reply: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 May 2004 09:49:14 -0700
Hi,
I need to store the following data in a file (mainly for a small
database):
int position;
char *data;
int check;
Also I have to add the data mentioned at EOF or in the middle of the
file, or delete at any position. Can this be done on Linux by using
any available system calls.
I hope this can be than in an easy way.
Thanks in Advance
- Next message: jose luis fernandez diaz: "Problems compiling templates"
- Previous message: Rich Teer: "Re: solaris: finding program name"
- Next in thread: joe_at_invalid.address: "Re: Data Files in C on Linux"
- Reply: joe_at_invalid.address: "Re: Data Files in C on Linux"
- Reply: Eric Sosman: "Re: Data Files in C on Linux"
- Reply: David Schwartz: "Re: Data Files in C on Linux"
- Reply: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|