********************************************************************************
                                   C CALC
********************************************************************************

CCalc is an in-fix notation calculator and ascii table.

Calculator shows and accepts numbers in decimal, hexadecimal, binary and octal
format.
It has basic mathematical functions such as sine, cosine, exponentiation,
logarithms, round functions etc.

It runs under Windows 9x/NT/2000 and compatible platforms.

On the program's exit it stores settings (window position, size active tab,
current character and calculator history) to the ini file in the directory
where the main program is placed.
If file cannot be open for writing, no settings are stored.
On the program's startup it loads those settings if such file exists.


Calculator
""""""""""

Press 'F1' for displaying calculator's help screen.
There are described calculator's behaviour, operators and functions.


Ascii table
"""""""""""

Use cursors, home, end, pgup, pgdown keys or mouse to move caret.

There are three edit controls whose are displaying current character (they can
also be used to change it):
 - one for character (well-known control chars are displayed and parsed
   in the following form: "\a" "\b" "\f" "\n" "\r" "\t" "\v"
 - one for character code in decimal form
 - one for character code in hexadecimal form
 
Also you can change displayed charset for the characters.
Charset list depends on the installed windows font.


********************************************************************************
Author:  Richard Pecl
e-mail:  peclik@hotmail.com
Licence: freeware
Version: 1.0
********************************************************************************
