Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 277 Bytes

File metadata and controls

8 lines (6 loc) · 277 Bytes

HCC_Project_File_Operations

Uses C++ file operations to store inventory of a store

Features: Add, view, and change a record

Stores records in a binary (.dat) file since a structure is used. Uses fstream file objects, along with member functions included with fstream class