Télécharger la liste

Description du projet

Easy Stack Calculator is a simple console-based calculator that uses a stack internally to process the equations typed into the interface. It does not provide a graphical user interface but compiles on all valid C++ compilers. There are binaries available for Win32, Linux, IRIX, OpenVMS, and *BSD.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-22 08:37
0.6

La structure de l'arbre des sources a été modifié. Normal, non chiffres sont maintenant traités avec leurs valeurs ASCII. Chiffres sont également traités avec des valeurs ASCII si le mode ASCII a été activé. Les «opérateurs» de commandes a été fixée.
The source tree structure was changed. Normal non-digits are now treated with their ASCII values. Digits are also treated with ASCII values if ASCII mode has been activated. The "operators" command was fixed.

2005-04-19 01:49
0.5

Cette version ajoute list.h stack.h pour assurer la compatibilité et OpenVMS. Il peut être utilisé avec des paramètres de ligne de commande. La v (erbose) et PR (ÉCISION) int commandes ont été ajoutées. Quelques bugs ont été corrigés.
Tags: Minor feature enhancements
This release adds list.h and stack.h for OpenVMS compatibility. It can be used with command line parameters. The v(erbose) and pr(ecision) int commands have been added. Some bugs were fixed.

2004-12-01 14:16
0.4.1

Dans cette version, les équations comme les op (...) ... peut être résolu maintenant. Ici, op est un opérateur. Avant, seuls ... (...) op travaillé. L'opérateur ^ utilise maintenant uniquement des nombres entiers comme un exposant. Vous pouvez utiliser \ pour calculer les racines d'un nombre à la place.
Tags: Major bugfixes
In this release, equations like (...)op... can be solved now.
Here, op is an operator. Before, only ...op(...) worked. The
^ operator now only uses whole numbers as an exponent.
You can use \ to calculate the roots of a number instead.

2004-11-27 08:04
0.4

Le qu (il) commande a été renommé en ex (TI) et PRI (rité) a été renommé en op (rateurs). A "," peut maintenant être utilisé comme un synonyme pour un ".". Des problèmes là où 0! entraîné dans une boucle infinie et \ W * a fait une erreur de segmentation ont été fixés. A Ra (SCII) de commande qui est la même que celle que (CII), mais fonctionne en sens inverse a été ajouté. A! De commande pour l'exécution d'une commande shell et x \ pour le calcul de la racine carrée de X ont également été ajoutés.
Tags: Minor feature enhancements
The qu(it) command was renamed to ex(it) and pri(ority) was renamed to op(erators). A "," can now be used as a synonym for a ".". Problems where 0! resulted in an infinite loop and \w* gave a segmentation fault were fixed. A ra(scii) command that is the same as as(cii) but works in reverse was added. A !command for executing a shell command and x\ for calculating the square root of x were also added.

2004-09-26 13:05
0.3.1

Tags: Initial freshmeat announcement

Project Resources