Create a class in Orthodox Canonical Form that represents a fixed-point number
The previous exercise was a good start but our class is pretty useless. It can only represent the value 0.0.
Add public member functions to your class to overload the following operators:
Now that you have a functional Fixed class, it would be nice to use it.
Implement a function which indicates whether a point is inside of a triangle or not. Very useful, isn’t it?