I have the following program, and need to create driver functions to call the functions in the program. Can anyone help me out?? I'm not even sure what a driver function is.
They just mean you to write a program that calls the functions in the given code. In other words write a main() function that demonstrates the use of the Rational object and all it's member functions.
But how will the class and all its member/operators/functions be included in the other program? Sorry for all the questions, I'm just really new to this.