Skip to content

A c++ based program that allows DATA FILE HANDLING on BINARY DATA file

Notifications You must be signed in to change notification settings

suffisme/DataAccessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataAccessor

A c++ based program that allows DATA FILE HANDLING on BINARY DATA file

If further improved by adding password in binary form, it can be used sucessfully as a database for storing students record.

Libraries and Methods Used:

# Libraries:
>> string
>> fstream
>> iostream

# Method:
  ios::binary
  ios::app
  ios::in
  ios::out

Functions Used:

  • Adding
  • Deleting
  • Searching
  • Modifying
  • Display

This generates a local file, that will even preserve your data when opened or executed again

As this uses, .bat file and in ios::binary mode, data is not readable by users but machine.

Screenshots of the Program:

  • HomeScreen

  • Adding Data

  • Viewing Data

  • Searching Data
    • Data Found
    • Data Not Found

  • Deleting Data
    • Data Deleted
    • Data is not there

About

A c++ based program that allows DATA FILE HANDLING on BINARY DATA file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages