/************************************************************************* * Name: Aidan Sharpe * Course: Computer Science & Programming * Class: CS04103 Section: 6 * Assignment Date: 12.13.2021 * * File Names: cApp.h | cApp.cpp * cMain.h | cMain.cpp * ReservationDialog.h | ReservationDialog.cpp * Restaurant.h | Restaurant.cpp * README.txt | *************************************************************************** * ID: CSNP Final Project * Purpose: A reservation management system * Key Features: * - Create a walk-in reservation for a party of <N> people * - Create a reservation for a party of <N> people at a certain time * - See if tables are reserved or not * - Check wait times for different party sizes * - Edit reservations (change any component) * - Add additional tables to the restaurant * * Created on top of wxWidgets cross-platform GUI framework for C++ ***************************************************************************/