how to make a calculator in c++ console application

howhow to make a calculator in c++ console application to make a calculator in c++ console application
I'm assuming that was some sort of broken English request for us to do your programming assignment for you. A calculator is one of the easiest things to program. If you can't figure it out on your own, then programming isn't your thing. Do your own work.
use a C++ console application to make a calculator in c++ console application...
An easy way is writing a recursive descent parser
Hint: there's an example of this somewhere in this website: http://www2.research.att.com/~bs/
Topic archived. No new replies allowed.