Thread: Unlimited length floating point calculator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856

    Unlimited length floating point calculator

    So I've been working on this HugeFloat class for a little while and just wrote a little sloppy calculator to try using it (and found a couple of minor problems). I was just hoping some of you might not mind doing the same. I'd appreciate any comments or suggestions or bug observations.

    I was also thinking of making this little app more like Windows calc.exe (allowing keypresses to do things instead of only mouse clicks), but it wasn't cooperating with my efforts and I didn't want to waste time trying to figure it out (specifically trying to catch keypresses and simulate the corresponding button being depressed and released). If you have any tips or ideas in this area, please do let me know.

    Thanks for taking the time to look. I'm all ears.

    [edit]
    Removed previous attachment. See below for a revised version.
    [/edit]
    Last edited by LuckY; 11-29-2004 at 06:34 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. floating point number comparison
    By lehe in forum C++ Programming
    Replies: 10
    Last Post: 05-18-2009, 07:11 PM
  2. checking for floating point number
    By ssharish2005 in forum C Programming
    Replies: 6
    Last Post: 10-18-2005, 08:14 PM
  3. Floating point exceptions
    By Boris in forum C++ Programming
    Replies: 8
    Last Post: 11-19-2001, 08:32 AM
  4. Floating point faster than fixed-point
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-08-2001, 11:34 PM
  5. Replies: 2
    Last Post: 09-10-2001, 12:00 PM