CS180-spring / cs180-22-seg_fault

cs180-22-seg_fault created by GitHub Classroom
0 stars 0 forks source link

Open in Visual Studio Code

Project-CS180 Team Seg_Fault

Instructions to compile the program

For our program we used Visual Studio Code to run it. There are two ways to run our program by entering the following into the terminal: 1) g++ -std=c++11 main.cpp -o datastore 2) make

Once executing one of the ways mentioned above, type ".\datastore.exe" to run the program.

Instructions for Main Menu

Instructions for Document Management Menu

Interface Design

Missing Integrations to .csv Document System

Documents and collections were implemented in previous iterations of our document storage system, but were not fully integrated when we finalized our decision to use .csv files. Some implementations still exist in our current code, but remain unused.