https://github.com/markie-dev/airportdash
Fundamentals of Data Structures project that uses C++ to store and read in employee data. This system acts as a database and allows the user to load in multiple tables of data, run basic queries on the data, and then store the data off for later use.
https://github.com/markie-dev/airportdash
Last synced: 9 months ago
JSON representation
Fundamentals of Data Structures project that uses C++ to store and read in employee data. This system acts as a database and allows the user to load in multiple tables of data, run basic queries on the data, and then store the data off for later use.
- Host: GitHub
- URL: https://github.com/markie-dev/airportdash
- Owner: markie-dev
- Created: 2021-12-16T03:24:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T03:26:14.000Z (about 4 years ago)
- Last Synced: 2025-02-12T09:53:53.555Z (11 months ago)
- Language: C++
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Project 2
To compile the program, type "make"
To run the program, type "./airportDash"