Re: Data Files in C on Linux
From: David Schwartz (davids_at_webmaster.com)
Date: 05/04/04
- Next message: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Previous message: Glen: "Re: Signal Handlers for a Daemon?"
- In reply to: Xarky: "Data Files in C on Linux"
- Next in thread: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 4 May 2004 14:44:27 -0700
"Xarky" <bernardpace@yahoo.com> wrote in message
news:bc42e1a.0405040849.64d56225@posting.google.com...
> 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.
Sure, pick whatever database you like best and use it. Why are you
trying to re-invent the wheel?
DS
- Next message: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Previous message: Glen: "Re: Signal Handlers for a Daemon?"
- In reply to: Xarky: "Data Files in C on Linux"
- Next in thread: Nils O. Selåsdal: "Re: Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|