C++CodeIDE

How Do C and C++ Work Internally And More?

C++ Builder is an amazing C++ IDE to develop C and C++ projects from beginner to professional level apps on Windows, iOS, Android or apps for IoT systems. We hope these topics may help and motivate you, your kids, your staff or your students to start new apps in C or C++, and on different platforms. We try to answer all your questions, please ask your questions if you need any specific topics or…
Read more
News

Unexpected popup window when debugging in RAD Studio 10.4: Workaround

An unusual bug in 10.4 where an unexpected dialog can appear when debugging has a workaround: temporarily disable the Welcome screen. Update July 21st, 2020 10.4 Patch #2 solves this problem. Please install it instead of using the below workaround. Original Post There is a bug in RAD Studio 10.4 where, when debugging, you may get a dialog you did not expect appear at apparently random times. It…
Read more
Delphi

Delphi 10.3.3 Android Debugging Patch

Issues debugging Delphi Android 64-bit applications have been resolved We’ve just released a patch for Delphi 10.3.3, addressing the following issues when debugging Android 64-bit applications on Android devices: RSP-26704 Debugging 64 bit Android application hangs…
Delphi

Learn to Program in Delphi - Building and Debugging

Author: Pawe Gowacki In the first post we have covered the installation of Delphi Starter. Now it is the high time to start using it! The best way to learn something is to start using it to build something useful, but not too complicated. Today we will start creating a “calculator” application that we will use as a vehicle to learn the basics of programming in Delphi. Understanding the…
Read more
News

Why Won't Visual Studio Step Into This Code?

Author: Craig Stuntz I helped another developer debug an interesting problem this morning. Let’s see if you can spot the problem. The code in question looked something like this simplified version containing only enough code to show the problem: public void…