Learn to program C++ with C++Builder Community Edition: #5 Operators, and final application!
July 24, 2018
Welcome to the fifth and final episode of Learning C++ with C++Builder Starter.Last time, we had a calculator and numerical input, demonstrating using boost::optional, smart pointers, and more. This post is shorter: it will finish the calculator with operators (implementing addition, subtraction, etc) and end with a full application, ready to move to cross-platform if you wish.
Operators
The…