Linker errors are gone however my reduction function does not work.
How do I make it so that it stores the function in reduced form and reduces them before they are printed.
Thank you in advance.
Here's my function implementation file
Code:
#include "Rational.h" Rational::Rational() : is_valid_( false ), num
Leave a comment: