c assignment serendipity
SERENDIPITY – PART 2 SCREEN DESIGN, INPUT, FUNCTION CALLS
Description: For this assignment, you are to write 5 separate programs that display and implement the main screens used in the project. The screens have already been designed, so your primary task is to write the C++ code that displays them and navigates based on the user input. Each choice should clear the screen using system(“cls”) prior to displaying the new menu which is included in <windows.h>. For testing purposes you will create a separate program for each screen. (In later chapters you will merge these into one program.) Here is a list of the programs you should have after completing the assignment for this chapter:
mainmenu.cpp
cashier.cpp
invmenu.cpp
bookinfo.cpp
reports.cpp
DO:
1. SUBMIT all 5 .cpp.
2. SUBMIT a screenshot capturing the run showing the navigation to/from each of your modules within a single word or pdf document.
In all, you will be submitting 6 files ( 5 x .cpp and 1 x .doc or .pdf) for this assignment.