| Fraction Class | | This script presents users fraction arithmatic input and output for helping them in their programming. It comes with the ability to build a new fraction to store denominator and numerator as two members since in this fraction class majority of the arithmatic operators are overloaded. It is possible to let this script to use cin and cout in reading and printing of functions.
|