Re: OT:Flat file storage system
From: Robert Bonomi (bonomi_at_host122.r-bonomi.com)
Date: 03/04/05
- Next message: +Alan Hicks+: "Re: OT:Flat file storage system"
- Previous message: ben: "OT:Flat file storage system"
- In reply to: ben: "OT:Flat file storage system"
- Next in thread: +Alan Hicks+: "Re: OT:Flat file storage system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 04 Mar 2005 13:04:11 -0000
In article <1109931751.231865.219420@z14g2000cwz.googlegroups.com>,
ben <bigben666@rediffmail.com> wrote:
>Hi guys,
> Well i have to simulate a database using "flat file
>storage system" on linux platform using C++.
>
> Can someone suggest me a place on the web where i can
>get the source code for this?I am not actually convinient with system
>APIs of UNIX.
>
> On the top of this flat files i have to develop an
>object layer(in other words,simulate OODB).However that i will do on my
>own.
>
> Any help is extremely welcome.
man open
man read
man write
man lseek
will tell you about the required basic building blocks.
- Next message: +Alan Hicks+: "Re: OT:Flat file storage system"
- Previous message: ben: "OT:Flat file storage system"
- In reply to: ben: "OT:Flat file storage system"
- Next in thread: +Alan Hicks+: "Re: OT:Flat file storage system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|