home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Snippets / Equation Evaluator / Readme
Encoding:
Text File  |  1995-11-06  |  1.0 KB  |  24 lines  |  [TEXT/CWIE]

  1. This package is a port of C routines posted several years ago to a DOS
  2. archive by Mark Morley. The Equation Evaluator takes an equation in the
  3. form of a text string and returns a value.  Having tried a couple
  4. of small C interpreters it was a relief to find something I could
  5. understand and which handled floating point numbers.
  6.  
  7. There are two folders.   The EE folder contains the port and the original documentation. 
  8. In the CEquation folder I've reorganized the code as a C++ class.
  9.  
  10. You will need CodeWarrior as I've used the exception macros provided by Power Plant.
  11.  
  12. I haven't been able to contact Mark, but he does give permission to "do anything you desire
  13. with this code, as long as you give credit". 
  14.  
  15. - Rob Douglas, Nov. 6, 1995
  16.  
  17. Robert M. Douglas                    Department of Ophthalmology
  18. McKellar Designs                    University of British Columbia
  19. #15-1201 Lameys Mill Road,            2550 Willow St.
  20. Vancouver, B.C. Canada                Vancouver, B.C. Canada
  21. V6H 3S8                                V5Z 3N9
  22. rdouglas@mckellar.com                douglas@org.ecc.ubc.ca
  23. http://www.mckellar.com/designs/
  24.