Adder is a calculator.  The two features I wanted (and implemented)
were:
1. Default action of addition - ie, 23 <enter> 34 <enter> etc to get a
   sum
2. An editable history of calculations.

If these features are important to you, you might like this little
calculator.  In addition, it has an C expression evaluator.  You can
evaluate things like sin(1.3)*log(2) etc.

Installation:

Just unzip to the folder of your choice (I recommend
C:\Program Files\Adder).

This program doesn't create any registry entries or mess with your
system in any other way.

To uninstall, just delete all the files in the installation folder.


Credits:

Adder uses Mark Morley's Expression Evaluator code (found on the web).
See below:

===================================================================
   EE.C         Expression Evaluator

   AUTHOR:      Mark Morley
   COPYRIGHT:   (c) 1992 by Mark Morley
   DATE:        December 1991
   HISTORY:     Jan 1992 - Made it squash all command line arguments
                           into one big long string.
                         - It now can set/get VMS symbols as if they
                           were variables.
                         - Changed max variable name length from 5 to 15
                Jun 1992 - Updated comments and docs

   You are free to incorporate this code into your own works, even if it
   is a commercial application.  However, you may not charge anyone else
   for the use of this code!  If you intend to distribute your code,
   I'd appreciate it if you left this message intact.  I'd like to
   receive credit wherever it is appropriate.  Thanks!

   I don't promise that this code does what you think it does...

   Please mail any bug reports/fixes/enhancments to me at:
        morley@camins.camosun.bc.ca
   or
        Mark Morley
        3889 Mildred Street
        Victoria, BC  Canada
        V8Z 7G1
        (604) 479-7861


