So I copied this code from the Programming Principles book by Stroustrup on how to make a calculator but I cannot make the result display. Using visual studio 2013. Typing something like 5+5 does not yield results. But the book says typing something like 1+2*3 should work.
Maybe this is just meant as an example for me in the book and I'm not supposed to compile it yet. I'll just keep reading for now and possibly edit the question later on.