Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 972 Bytes

README.md

File metadata and controls

53 lines (42 loc) · 972 Bytes

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