L
Luiz Antonio Gomes Pican?o
How i can store a variable length data in file ?
I want to do it using pure C, without existing databases.
I'm thinking to use pages to store data.
Anyone has idea for the file format ?
I want to store data like a database:
----------------------------------
Custumer:
id - integer
name - varchar(50)
email - varchar(45)
----------------------------------
___________________________________________________________
Luiz Antonio Gomes Picanço
Software Developer
www.luizantonio.com
(e-mail address removed)
___________________________________________________________
I want to do it using pure C, without existing databases.
I'm thinking to use pages to store data.
Anyone has idea for the file format ?
I want to store data like a database:
----------------------------------
Custumer:
id - integer
name - varchar(50)
email - varchar(45)
----------------------------------
___________________________________________________________
Luiz Antonio Gomes Picanço
Software Developer
www.luizantonio.com
(e-mail address removed)
___________________________________________________________