Rowan-Classes/1st-Semester-Fall-2021/CSNP/CSNP-04103-Final-Project/wxBase/wxBase
2024-02-22 14:31:08 -05:00
..
cApp.cpp first semester files 2024-02-22 14:31:08 -05:00
cApp.h first semester files 2024-02-22 14:31:08 -05:00
cMain.cpp first semester files 2024-02-22 14:31:08 -05:00
cMain.h first semester files 2024-02-22 14:31:08 -05:00
README.txt first semester files 2024-02-22 14:31:08 -05:00
ReservationDialog.cpp first semester files 2024-02-22 14:31:08 -05:00
ReservationDialog.h first semester files 2024-02-22 14:31:08 -05:00
resource.h first semester files 2024-02-22 14:31:08 -05:00
Restaurant.cpp first semester files 2024-02-22 14:31:08 -05:00
Restaurant.h first semester files 2024-02-22 14:31:08 -05:00
test.txt first semester files 2024-02-22 14:31:08 -05:00
wxBase.aps first semester files 2024-02-22 14:31:08 -05:00
wxBase.rc first semester files 2024-02-22 14:31:08 -05:00
wxBase.vcxproj first semester files 2024-02-22 14:31:08 -05:00
wxBase.vcxproj.filters first semester files 2024-02-22 14:31:08 -05:00
wxBase.vcxproj.user first semester files 2024-02-22 14:31:08 -05:00

/*************************************************************************
* 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++
***************************************************************************/