MindlessCode.netLife, The Universe, and Everything through an ADSL connection.Fixed Point Decimal Class for C++- June 18, 2007 I recently needed a fixed point decimal support in C++ for an inventory program I&8217;m writing. Why doesn&8217;t one already exist I don&8217;t know. There&8217;s one for boost, but since I&8217;m already using Qt, I don&8217;t really see a need to pull in yet another (big) dependency. It&8217;s public domain, and appears to work (for me, ...http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/ |