Calc-O-Matic - Prototype Version 0.01

IMPORTANT: Calc-O-Matic Version 0.01 is prototype software. This means it is NOT complete. There are known defects, listed below, and it is very likely to have serious unknown bugs as well.
Use this software at your own risk. Lost Alternative assumes no liability for damages arising from or related to the use of this software.


Contents

  1. Introduction
  2. What Is Working
  3. Key Descriptions
  4. What's Not In This Release
  5. Known Problems and Limitations
  6. Where to Get Help and Give Feedback
  7. About this program

Introduction

Calc-O-Matic is yet another calculator application. And as you are probably already aware, this is a prototype version which is in a pretty sorry state. Who can use this version? Someone with a very good sense of humor that only needs to perform simple functions on 32-bit integers. Someone who can resist the temptation of exotic Floating Point operations.

We decided to toss this sucker out there and see what we get back. So if you think you might be interested in such a beast at some point in the future, let us know. Everyone who sends us their comments, questions, feedback, flames, checks, money orders, CD's, or their first born male child will be eligible for a 50% discount when the real version becomes available. (No letter bombs please!)

What Is Working

Integer Functions

About the only useful functions that are working in this version are the integer functions. You can enter values in Decimal, Hexadecimal, Octal or Binary and convert between them. Most of the operators (add, subtract, multiply, divide, modulus, and, or, exclusive or, shift left or right, rotate left or right, setting or clearing a bit are working on the integer values.

Conversions

A few of the other conversions will work, for example: an integer can also be displayed as ascii characters, an ip address, a fixed point number (currently hardwired to 2 decimal digits), or as the floating point number that the 32 bit value represents. For example the hexadecimal number 456789AB can be entered in hex mode and displayed in floating point as 3704.604248.

Key Descriptions

Note: X is number currently displayed by the calculator and Y is the number above it in the stack. For example if you clicked on the following buttons: 5 ENTR 8, Y would be 5 and X would be 8.

Operators

Formats

Manipulation

Toggles

What's Not In This Release

The list just goes on and on and on....

Known Problems and Limitations

There are many known problems which have not been fixed yet. Please be wary of these nasty bugs:

Where to Get Help and Give Feedback

If you experience problems installing or running Calc-O-Matic, or if you would like to send us your comments, please send e-mail us at calc-o-matic@lostalternative.com or via regular mail at:

About This Program

This program was written in the programming language Eiffel using the SEBL library, and compiled with the SmallEiffel compiler. SmallEiffel is the official GNU Eiffel compiler and is available (including the source) from the following website:

http://SmallEiffel.loria.fr

The SEBL library of routines to allow SmallEiffel programs to access the BeOS API are available for download.