News

Learn to program with C++Builder: #4, Real code and Useful C++: Ownership, smart pointers, styles, and optional values

Update July 24, 2018:With thejust-released Community Edition of C++Builder, we’ve updated these posts. Please visit the new version of this blog post here. Community Editionreplaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Read more
News

Learn to Program in Delphi - Designing User Interfaces

Author: Pawe Gowacki Last time we have talked about the importance of app architecture and layers of code. David went one step further and started to build user interface for our calculator apps. This week I’m going to catch up and we will discuss designing user interfaces (UI) for our apps. Clearly user interfaces are of the highest importance for the user experience (UX) of our app. In…
Read more