Name: Ed Parrish Asn#: Sampler Status: Completed Files: - cinco.cpp: the cinco class that plays the game - dictionary.cpp: the dictionary - README11.txt: This report on the sampler project Hours Working With Partner: 0 Hours Working Alone: 9.5 Hours Total: 9.5 Extra Credit: #2. Recursive function call line 42 of dictionary.cpp Program Purpose: My program plays a game called cinco. The objective of the game is to guess a 5 letter word. How to Use: 1. Install the source code into a directory and compile by typing: make 2. To run at the command line, type: cinco Specifications Met: ## Specification File Line# Comment -- ------------- ---- ----- ------- 1. No global variables 2. Classes & objects cinco.cpp 10 dictionary.cpp 10 3. a. while loop cinco.cpp 10 b. for loop cinco.cpp 47 c. if statement cinco.cpp 12 4. a. void function dictionary.cpp 10 b. non-void function cinco.cpp 98 c. pass-by-value function dictionary.cpp 10 d. pass by reference func cinco.cpp 98 5. overloaded function cinco.cpp 150, 212 6. overloaded constructor cinco.cpp 155, 156 7. vector type dictionary.cpp 8 8. a. Read from file dictionary.cpp 50 filename: dict.txt b. Write to file cinco.cpp 120 filename: scores.txt c. Use of fail cinco.cpp 121 d. Stream parameter cinco.cpp 115 function: output() 9. setw() cinco.cpp 125 10. setprecision() cinco.cpp 126 11. Project report README11.txt 12. Code compiles 13. Functions correctly 14. Meets documentation requirements