项目作者: b-adiguzel44

项目描述 :
A simple database management using a file structure written in C++
高级语言: C++
项目地址: git://github.com/b-adiguzel44/File_Database_CPP.git
创建时间: 2021-05-06T07:55:59Z
项目社区:https://github.com/b-adiguzel44/File_Database_CPP

开源协议:

下载


File_Database_CPP

A simple database management using a file structure written in C++

This code’s features are :

1 - Inserting a record

2 - Listing the records

3 - Searching a record

4 - Updating a record

There are a few bugs in the code such as when you’re updating a record, the last added record will be duplicated in the .dat file when you update a record.

Other than that, just a simple program I made myself. Feel free to fix any bugs if you want to or let me know how to fix it.!

NOTE : Make sure that .exe file and .dat file are in the same directory!

Screenshot of the program :

preview