The math part is not correct. Can't figure out how to fix so that when you put in a decimal number, it gives you the LCD fraction. Here's the code: CRational::CRational (int getnumerator, int getdenominator )
{
m_numerator = getnumerator;
m_denominator = getdenominator;