Programming Project
Implement a simple cruise liner reservations system as a proof-of-concept prototype for future work on a larger system. The program will provide a simple text based interface that will allow the user to enter attributes associated with a given reservation. The program will manage these attributes in an object, which will consist of an individual node within a single linked list stored in memory. The linked list can be a global variable for simplicity, as done in the Book Inventory sample program. The program must use the “list” API in the C++ standard template library (STL). The program must implement at least one class to hold the following variables (input validation is only required where indicated):
The post Programming Project appeared first on Essaysholic.
-
- Assignment status: Resolved by our Writing Team
Comments
Post a Comment