Question: I need help with C++ Please clearly identify 5 files (pokemon.h - pokemon.cpp - pokedex.h - pokedex.cpp - implement.cpp). Only use very basic c++ statements,
I need help with C++
Please clearly identify 5 files (pokemon.h - pokemon.cpp - pokedex.h - pokedex.cpp - implement.cpp). Only use very basic c++ statements, very basic syntax. Test codes is not needed.
Thank you!
Pokemon Class
Design and create the .h and .cpp files with accessors, mutators, and constructors for a Pokemon class. Pokemon have the following properties: dex number, name, type, and moves. Each Pokemon will have 4 moves.
Pokedex Class
Design and create the .h and .cpp files with accessors, mutators, and constructors for a Pokedex class. A Pokedex is made up of three properties: the name of the trainer who owns it, the number of Pokemon, and a dynamic array of Pokemon. The Pokedex class should also have a function for adding new Pokemon data to it. (Links to an external site.)
Implementation
Now, create a driver.cpp file that creates a Pokedex, sets some Pokemon data, and prints it out. For the data, feel free to make up random values, or use some of the actual info from https://pokedex.org/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
