|
Entry #100149: calcby Bernie Whalen
This is my calculator which I have called, to steal a line from Patrick J. LoPresti (The True Path), calc because it is the standard calculator. When I want to calculate something I use calc not a computulator or an arithmulator and certainly not a HP48RPNulator.
The requirements for calc were very simple. First I wanted to use the most infamous data structure of all, the C string for all arithmetic and second I wanted to avoid wimpy object oriented design and C++isms as much as possible. Granted due to: 1) not a lot of time and 2) I'm lazy I didn't make this a pure a C program but I think Download • 0 Comments |