An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Project 2

To compile the program, type "make"

To run the program, type "./airportDash"