Question: language: c++ subject: creating classes, and header file Submit the file with the .cpp extension containing your CH source code. Submit a cpp files or



Submit the file with the .cpp extension containing your CH source code. Submit a cpp files or pdfs as the problem dictates. No handwritten submissions. Teams of up to 3 are allowed. Put the names of all team members on a single submission. You may use the Robot.h and Robot.cpp files we have developing in class for this homework. Specifically, make sure you are starting with the following Robot class defined within your respective header and source files. In Robot.h: #ifndef ROBOTH #define ROBOT H class Robot public: Robot(); //member functions private: //data members #endit In Robot.cpp: #include "Robot.h" Robot: Robot() { In main In main #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
