I created a rational class, created member functions to add, subtract, multiply and divide. The reduction function however doesn't work. And the Dev cpp compiler gives a linker error. I have attached the header, implementation and the driver file in rational.zip
Could you help me fix this code?
What am I doing wrong?...