C++

Made in Delphi, C++Builder, InterBase and RAD Studio Badges

I’m always getting requests for these badges so people can show off their love of the best development tools. There are three variations of each “Built with,” “Built for,” and “Powered by.” Powered_by_Built_for_Built_with.zip The zip file also includes the original Adobe Illustrator files.you can also find…
Read more
C++

ABI Changes in RAD Studio 10.3

In RAD Studio 10.3 we’ve made an interesting very low-level change that affects both Delphi and C++. This is a change in the how method parameters are passed when a method is invoked. For the vast majority of customers, this issue won’t affect you — or if it does…
C++

#CodingResolutions: Programming Fundamentals - Functions

Author: Rebekah D If you completed any of the String exercises from the past day, you probably already have a handle on what functions are and how they are used. You should skip this lesson and work on a challenge of your choice. Prerequisites: You should already have downloaded and installed either the RAD Studio 30 Day FREE Trial, Delphi Community Edition, or C++ Builder Community…
Read more
C++

#CodingResolutions: Your First Mobile App

Author: Rebekah D Welcome back to the #CodingResolutions series! In this post, we’re going to make sure we have our developer environment set up for Android Development, and then create our first Android app in either C++ or Delphi. Prerequisites: You should already have downloaded and installed either the RAD Studio 30 Day FREE Trial, Delphi Community Edition, or C++…
Read more
C++

2019 #CodingResolutions: Getting to Know the IDE and Finding Sample Projects

Author: Rebekah D Congratulations on setting a 2019#CodingResolution! If it’s learning another language like C++ or Delphi, moderninizing your UI and app architecture, or just learning more about what’s changed in the latest version of RAD Studio, you’ll start by installing the tools and getting to know where everything is. Prerequisites You should already have…
Read more