home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / BaseCalculator / _SETUP.1 / Readme.txt < prev   
Text File  |  1996-11-06  |  2KB  |  47 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *                          Base Calculator v1.2                         *
  4. *                   Copyright (C) 1996, John Zaitseff.                  *
  5. *                                                                       *
  6. *************************************************************************
  7.  
  8. Welcome to the Base Calculator!  This application was specifically written
  9. for computer programmers.  It provides an integer calculator with not only
  10. the usual operations such as addition and subtraction, but also the most
  11. common logical operations.  In addition, Base Calculator understands that
  12. computers represent integers using different bit sizes, and hence provides
  13. 8 bit, 16 bit and 32 bit numbers, both signed and unsigned.  It can display
  14. these numbers in decimal, hexadecimal, binary or octal.
  15.  
  16. INSTALLATION
  17. ------------
  18.  
  19. Base Calculator is a fully Windows 95/NT-compliant program.  It also runs
  20. under Windows 3.11 with Win32s (not supplied).
  21.  
  22. To install this program, execute SETUP.EXE.  To deinstall this program, use
  23. Control Panel/Add Remove Programs under Windows 95 or NT 4.0.
  24.  
  25. The actual distribution files (after installation) are as follows:
  26.         BASECALC.EXE   - Main application
  27.         BASECALC.HLP   - Help file
  28.         BASECALC.CNT   - Help file contents
  29.     BASECALC.GID   - Help file contents (compiled)
  30.         README.TXT     - This file
  31.         LICENSE.TXT    - The text version of the License
  32.  
  33. As discussed in LICENSE.TXT, this program is distributed under the terms
  34. of the GNU General Public License.  In particular, this means that the
  35. source code to this program is also distributed, albeit as a seperate
  36. package (BCALCSRC.ZIP).
  37.  
  38. Please feel free to send any comments, suggestions, corrections and
  39. enhancements to:
  40.  
  41. Postal:   John Zaitseff,
  42.           4 McCabe Close,
  43.           Menai, NSW, 2234,
  44.           Australia.
  45.  
  46. Email:    J.Zaitseff@unsw.edu.au
  47.