Home / Expert Answers / Computer Science / can-you-do-on-c-and-make-sure-no-errors-pls-in-a-console-application-create-the-ability-for-playe-pa768

(Solved): can you do on c++ and make sure no errors pls? In a console application create the ability for playe ...



can you do on c++ and make sure no errors pls?
In a console application create the ability for players to easily track achievements across any game and platform. Your appli
In a console application create the ability for players to easily track achievements across any game and platform. Your application should implement the following classes: - Platform - Name - Manufacturer - Array of games (Minimum 5) - Game Name - Publisher Developer - Array of achievements (Minimum 5) - Achiovement Title Description Score Value Ensure each class meets professional coding practices learned. Utilize access modifiers along with mutators and accessors to allow secure and controllable interfacing with your classes. Utilize pointers to manage access to the variables as well as any array functionality you need to do. Create a simple menu system within the console to allow users to create new platforms, new games and new achievements. The structure of the menu is yours to design, but ensure fluidity and common sense throughout the navigation.


We have an Answer from Expert

View Expert Answer

Expert Answer


P:Answer:#include #include #include using namespace std;class Platform {private:string name;string manufacturer;vector games;public:Platform(string na
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe