Version: 1.0 Author: Adrian Kosmaczewski Date: October 13th, 2006 Programming Languages: ISO Standard C++ Tools: Eclipse, Visual Studio, Xcode, Project Builder, CppUnit, Doxygen Platforms: Linux, Windows, Mac Download: calculator.tar.gz Licence: Creative Commons Public Domain
This application provides a cross-platform, stack-based calculator using RPN, similar to the Hewlett-Packard calculators like the HP-48 series.
More information can be found in the “calculator/doc/calculator.chm” file contained in the calculator.tar.gz file.
Unzipping the calculator.tar.gz file:
- In Unix systems, this can be done typing “tar -xvzf calculator.tar.gz” in the command line
- In Windows it can be opened using the open-source 7-zip utility.
Once unzipped, the resulting folder contains two subfolders:
- “calculator”, containing the source code of the application & tests, and also including project files for several IDEs
- “cppunit”, contains the CppUnit sources (original from SourceForge), the header files and pre-compiled dynamic libraries for Visual Studio .NET 2003 & Eclipse CDT 3.2