Learn to program C++ with C++Builder Community Edition: #3, Design, Architecture, and UIs
July 24, 2018
Welcome! Last timewe looked at the IDE, projects, a simple first application, and basic use of the debugger. Today we’re actually going to write code!
Weare going to write a scientific calculator. It’s a useful, real-world app. You might put it on your phone and use it (and we’ll show how to do this in the last blog post of the series.)
Part of programming is…