Skip to content

A C program that reads in all of the information from your file into a database. You can search, sort, display, delete, add information and save the modified file.

Notifications You must be signed in to change notification settings

lord-charite/Small-Student-Database-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview:

This C program provides functionality to read data from a file, delete records, and perform lookups or updates on the information stored in the file. The program uses a simple file format where each record represents information about an entity (e.g., a person) and consists of fields separated by a delimiter.

Features:

  • Read File: The program can read data from the file and display it on the console.
  • Delete Record: You can delete a record from the file based on a specified key (e.g., name).
  • Lookup/Update Record: The program allows you to search for a record by a key (e.g., name) and either display the information or update it with new data.

About

A C program that reads in all of the information from your file into a database. You can search, sort, display, delete, add information and save the modified file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages