Question: Lab Tutorial 5 Write a C++ program to allow user to add a set of records for computer games. Define appropriate struct data types to

 Lab Tutorial 5 Write a C++ program to allow user to

Lab Tutorial 5 Write a C++ program to allow user to add a set of records for computer games. Define appropriate struct data types to hold the game information. For example: Game Name: Need for Speed 2 Game Type: Racing Released Date: 12/10/1997 Platform: Window Price:10.00 Store all the game details into an array. You may use some enumerated data types to define certain game fields such as game type could have "Racing", "Arcade", "Action", "RPG" and etc. Produce a menu based system to test your program. Sample Output 1) Add New Game 2) Print All Gam 3) Search Game 4) Exit Enter your option

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!