A Dozenal Calculator by Michael Punter

Screenshot of the Dozenal Calculator
Run or Save calculator without code.
Calculator Instruction Guide.
Download the C++ source code in zip format. The zip file includes:
- The program already built in C++ using Borland C++ Builder.
- Header files (files that have the .h extension)
- C++ Source (files that have the .cpp extension)
Note: The files Unit1.cpp and Unit1.h are the files for the calculator working part. The files fbase.cpp and fbase.h are the clever bit as they do the conversion to any base from 2 to 36. So in this calculator they convert to bases 10 and 12 (decimal and dozenal).
|