Development Strategy
You must now decide if you are going to develop the project as a multi-file program or simply merge all the functions listed above into the mainmenu .cpp file. (See Appendix K, Multisource file programs)
Mufti-File Program
If you decide on the multi-file program approach, follow the directions in your com-piler manuals to create a project or "make files" for this program. The files that are part of the project are mainmenu.cpp, cashier .cpp, invmenu.cpp, bookinfo.cpp, and reports .cpp. mainmenu.cpp will be the main file.
Single-File Program
If you decide to merge the functions of this project into one file, simply use the cut and paste feature of your editor to perform the following:
• Copy the cashier function in cashier. cpp and paste it into the mainmenu.cpp file.
• Copy the invmenu function in invmenu.cpp and paste it into the mainmenu cpp file.
• Copy the bookinfo function in bookinfo.cpp and paste it into the mainmenu.cpp file.
• Copy the reports function in reports .cpp and paste it into the mainmenu . cpp file.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.