Skip to content

b-adiguzel44/File_Database_CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages