Question: With this program I am going to require the following: 1. A header file ( a .h file ) that will include your structure definition,
With this program I am going to require the following:
1. A header file ( a .h file ) that will include your structure definition, function prototypes and other generic header files such as , , , etc that you might use in your program
2. A separate .cpp file with just the main() program in it. (It will #include "yourHeader.h")
3. Another .cpp file that contains all or any functions that you are calling. (It will also include "yourHeader.h" and any other headers that are not included in that file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
