Earlier quoted context omitted.
You're being obtuse. What's your use case for money as floats?
I think his point is that the OP got burned using floats for money. He thought the lesson was to use a custom class for money every time, but the actual lesson could have just been to use integers instead.
If you understand how floating point works, you can deal with the rounding and truncation errors, and get accurate results for monetary calculations.