News

Learn to Program in Delphi - Putting the Calculator Together

Author: Vanners Welcome to the last episode in the “Learn to Program with Starter” series. In the first four episodes we have covered “Introduction and Installation” of the free Delphi Starter edition, then we moved to IDE basics in “Building in Debugging”. In “Architecture and Layers of Code” the key concepts of proper app structure were discussed…
Read more
C++

Mixing Delphi and C++

Author: NatSam Would you like to add C++ to your Delphi application? Or add Delphi code to your C++ application? Here’s how. One thing you might not know is how closely integrated the C++ and Delphi languages are in RAD Studio. You can compile a single application in a…
News

Learn to program with C++Builder: Homepage

Do you want to learn C++, but don’t know where to begin? This series takes you through from the very beginning, assuming you have some programming knowledge but know no C++ at all, and show you how to build a real-world, useful application, demonstrating UI and logic design principles, the basics of C++, and useful classes and methods, ie a great overview of the areas you need to know about…
Read more
C++

How To Skin VCL Apps With Custom VCL Styles In Delphi And C++Builder

CodeRage XI is coming up and it’s a great time to go back and review some of the sessions from CodeRage X you may have missed. You can register for CodeRage XI by signing up here.Productivity, Platforms and Performance is the theme for CodeRage XIwhich runs from November 15-17, 2016. In the CodeRage X replay you can joinRay Konopka as he runs through how to add VCL Styles…
Read more