home *** CD-ROM | disk | FTP | other *** search
- *************************************************************************
- * *
- * Base Calculator v1.2 *
- * Copyright (C) 1996, John Zaitseff. *
- * *
- *************************************************************************
-
- Welcome to the Base Calculator! This application was specifically written
- for computer programmers. It provides an integer calculator with not only
- the usual operations such as addition and subtraction, but also the most
- common logical operations. In addition, Base Calculator understands that
- computers represent integers using different bit sizes, and hence provides
- 8 bit, 16 bit and 32 bit numbers, both signed and unsigned. It can display
- these numbers in decimal, hexadecimal, binary or octal.
-
- INSTALLATION
- ------------
-
- Base Calculator is a fully Windows 95/NT-compliant program. It also runs
- under Windows 3.11 with Win32s (not supplied).
-
- To install this program, execute SETUP.EXE. To deinstall this program, use
- Control Panel/Add Remove Programs under Windows 95 or NT 4.0.
-
- The actual distribution files (after installation) are as follows:
- BASECALC.EXE - Main application
- BASECALC.HLP - Help file
- BASECALC.CNT - Help file contents
- BASECALC.GID - Help file contents (compiled)
- README.TXT - This file
- LICENSE.TXT - The text version of the License
-
- As discussed in LICENSE.TXT, this program is distributed under the terms
- of the GNU General Public License. In particular, this means that the
- source code to this program is also distributed, albeit as a seperate
- package (BCALCSRC.ZIP).
-
- Please feel free to send any comments, suggestions, corrections and
- enhancements to:
-
- Postal: John Zaitseff,
- 4 McCabe Close,
- Menai, NSW, 2234,
- Australia.
-
- Email: J.Zaitseff@unsw.edu.au
-