Question: C++ Please. Create a guessing game from a range of 1- 100. Requirments Create at least 3 functions for this class. An overloaded constructor can
C++ Please.
Create a guessing game from a range of 1- 100.
Requirments
Create at least 3 functions for this class. An overloaded constructor can count as one of your functions.
Create this class in a header file and its accompanying definition file
Create a main.cpp which will reference the class from the header file
In main.cpp, instantiate an object of type class and use the functions you create
Create a makefile which will create an executable called "main" using separate compile and link steps
Send makefile and .cpp,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
