This is a tutorial about creating the second version of my C++ Calculator (console application). Here is the first version: Calculator v1. The only difference between the first and second versions is that this one uses switch/case statement...