Project 3 - Currency Type
|
currency | |
fixed | Implement a fixed-point number class template. Values have N places after the decimal point. All arithmetic follows the usual rules |
ioflags | |
rational | Represent a rational number (fraction) as a numerator and denominator |
zero_denominator | Exception class if the denominator is ever zero |