1. Making a Calculator
- Posted by Alex Blanchette <caithman at juno.com> Sep 25, 2004
- 517 views
I haven't posted here in a while because I'm such a slacker. Anyways... I was wondering if anyone could help set me on the right path to making a basic arithmatic calculator. If you would rather not respond in the forum, just email me (caithman at juno.com). Thank you everyone for your ever-present kindness towards myself. Thy name is but a short lived word, Thy life is a forever ending story...
2. Re: Making a Calculator
- Posted by irv mullins <irvm at ellijay.com> Sep 25, 2004
- 504 views
- Last edited Sep 26, 2004
Alex Blanchette wrote: > > I haven't posted here in a while because I'm such a slacker. > > Anyways... > I was wondering if anyone could help set me on the right path > to making a basic arithmatic calculator. If you would rather not > respond in the forum, just email me (caithman at juno.com). Thank you everyone > for your ever-present kindness towards myself. Sure. The first thing to decide is whether you want a simple "type in the formula at a prompt" kind of calculator, or whether you want to get fancy with buttons to click and all that. Irv
3. Re: Making a Calculator
- Posted by Brian Broker <bkb at cnw.com> Sep 27, 2004
- 509 views
Alex Blanchette wrote: > > I haven't posted here in a while because I'm such a slacker. > > Anyways... > I was wondering if anyone could help set me on the right path > to making a basic arithmatic calculator. If you would rather not > respond in the forum, just email me (caithman at juno.com). Thank you everyone > for your ever-present kindness towards myself. > > Thy name is but a short lived word, > Thy life is a forever ending story... > Pointing out the obvious... http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=calculator -- Brian
4. Re: Making a Calculator
- Posted by Hayden McKay <hmck1 at dodo.com.au> Sep 29, 2004
- 490 views
Sure what platform are you making the calculator for? Is it numeric command line input or button style?. There are numerous libraries found at the Rapid Development web site to assist with a scientific calculator. A good example of a 'basic' push button calculator for dos can be found in the 'Graphical Buttons' lib by Jim Lacovara. This library should give you a good idea of how a calculator sould operate.