calculator

i am having a lil bit of a hard time writing a program for a small calculator that takes as input one of the four arithmetic operations, the two arguments to those operations, then prints out the results.....
where do I even start this? it's ion relation to if statements, booleans and the like....I've managed to quickly catch on to various details of C++ and have been pushing out programs easily but I'm stumped on this one!
Google up "C++ calculator". You'll get some code samples and one YouTube video tutorial. That should get you started.
Topic archived. No new replies allowed.