Fraction classThanks. I have to check, in Settings->Compiler in compiler flags, the box : Have g++ follow the C++1...
Fraction classI've tried to put [code]copie*={-1,2};[/code] and the compiler complains with 2 warnings, saying : ...
Fraction classBut why write [code] copie*=(-1,2) [/code] doesn't work?
Fraction classYes, see the code below: [code] ZFraction& ZFraction::operator*=(const ZFraction& a) { m_num*=a...
Fraction classHello everybody, I created a class managing fractions named ZFraction. Here is the code of the ope...
This user does not accept Private Messages