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