Question: Advanced Classes Lab Split out the chapter Game Lobby program and Critter Farm program into multiple files - Start with the the game lobby program

Advanced Classes Lab Split out the chapter Game Lobby program and Critter Farm program into multiple files - Start with the the game lobby program - make sure it runs as is Separate the program into a 5 file set: Driver File (Main Program) that tests the class (playerTest.cpp) Player Class Header and Implementation Files -- separate interface and implementation (player.h & playerlmp.cpp) Lobby Class Header and Implementation Files -- separate interface and implementation (lobby.h & lobbylmp.cpp) Create a playerClass Project file so you can test your file division. Ensure that your playerTest program works properly as a multi-file project -- take screen prints of running program. - Now Start with the Critter Farm program - make sure it runs as is Separate the program into a 5 file set: Driver File (Main Program) that tests the class (critFarmTest.cpp) Critter ClassHeader and Implementation Files -- separate interface and implementation (critter.h & critterlmp.cpp) Advanced Classes Lab Split out the chapter Game Lobby program and Critter Farm program into multiple files - Start with the the game lobby program - make sure it runs as is Separate the program into a 5 file set: Driver File (Main Program) that tests the class (playerTest.cpp) Player Class Header and Implementation Files -- separate interface and implementation (player.h & playerlmp.cpp) Lobby Class Header and Implementation Files -- separate interface and implementation (lobby.h & lobbylmp.cpp) Create a playerClass Project file so you can test your file division. Ensure that your playerTest program works properly as a multi-file project -- take screen prints of running program. - Now Start with the Critter Farm program - make sure it runs as is Separate the program into a 5 file set: Driver File (Main Program) that tests the class (critFarmTest.cpp) Critter ClassHeader and Implementation Files -- separate interface and implementation (critter.h & critterlmp.cpp)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
