Skip to content

Eat0ut is a database system written in C++ for restaurants' reservations with interactive inputs from the users with querying and reporting capabilities

Notifications You must be signed in to change notification settings

arielspalter/Eat0ut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eat0ut

Eat0ut is a restaurants' reservations database system written in C++, with interactive inputs from the users and querying and reporting capabilities. file i/o capabilities are to be added.

compilation in g++ (compiled in version 6.3.0):

g++ -O3 src/eatout_app.cpp src/restaurant_table.cpp src/restaurant_record.cpp src/customer_record.cpp src/customer_table.cpp src/reservation_record.cpp src/reservations_table.cpp src/DB.cpp src/io_operations.cpp -o Eat0ut

About

Eat0ut is a database system written in C++ for restaurants' reservations with interactive inputs from the users with querying and reporting capabilities

Resources

Stars

Watchers

Forks

Packages

No packages published