Typing Score game written in C++ console application.
The player must type the words before it reaches the end of the screen. If they miss ten words they lose.
Objectives:
- Use the appropriate C++ instructions to write proper code.
- Implement program modularity by creating appropriate programmer functions in proper C++ code with
- reasonable use of return values and function arguments.
- Create and use advanced data structures.
- Use C++ references to facilitate the use of C++ library functions in writing code.