10.3.2 includes async parameter completion, tooltip insight and go to definition for Clang-enhanced compilers, as well as significantly revised code completion
In November, we released C++Builder 10.3.0 with an updated Clang-enhanced C++ compiler. That toolchain supported code completion, but missed several other Code Insight features. In 10.3.2, we’ve updated that compiler, adding Win64 support…
Audience: Android Developers using C++Builder and/or Delphi planning to release Android Apps
As you’re probably aware, starting August 1st, 2019, applications in the Google Play Store must support 64-bit. We are working to provide 64-bit Android support in RAD Studio…
In C++Builder 10.3.2, you can target both Win32 and Win64 using the C++17 Clang-enhanced compiler.
In November, we released C++Builder 10.3.0 with an updated Clang-enhanced C++ compiler. This compiler:
Was C++17 compliant
Had an updated Dinkumware STL
Was better at…
C++Builder 10.3.2 is now available!
July 18, 2019
The whole product team is very pleased to announce that RAD Studio, including C++Builder and Delphi, v 10.3.2 is now available. If you have an active update subscription, you can download it now:
RAD Studio 10.3.2 Rio
Delphi 10.3.2Rio
C++Builder 10.3.2Rio
There are some great improvements for C++ and the Delphi & C++Builder IDE:
C++17 for Windows 64-bit
Leverage the latest…
RAD Studio 10.3.2 is close – very close out now!On Wednesday July 24, the product management team (myself, Marco Cantù, and Sarina DuPont) will run a webinar showing you what’s new for both Delphi and C++Builder.
We have some great stuff to present. In…
Boost for C++Builder 10.3.1 - now available!
May 15, 2019
The Boost library is now available for C++Builder and RAD Studio 10.3.1.
Boost is a very important third party C++ library, and one many of our customers request support for.It’s taken us longer than we had hoped, but I’m very glad to announce it’s…
Made in Delphi, C++Builder, InterBase and RAD Studio Badges
January 31, 2019
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…
C++ Toolchain Hotfix for C++Builder and RAD Studio 10.3
January 22, 2019
We have just released ahotfixfor RAD Studio 10.3, which addresses a number of issues in the C++compiler and RTL. This is an important hotfix if you rely on compiler version numbers (for example, for version-specific behaviour in your code, especially useful…
2019 #CodingResolutions: Your First Windows App (In C++ or Delphi)
January 10, 2019
Author: Rebekah D
Skipping Past “Hello, World!”
Ready to create your first app? Most introduction to programming classes will start with the quintessential “Hello World!” program that outputs that greeting phrase to the console and it looks like this…
2019 #CodingResolutions: C++ and Delphi Language History
January 8, 2019
Author: Rebekah D
Tomorrow we’ll code a visual Windows app, but for today let’s get to know a little about the history of our chosen programming languages, C++ and Delphi.
C++ Language History and Future
C++ was started in 1983, although Standard C++ wouldn’t be established until 1998. That sounds ancient when new languages are coming out every year, but C++ is used extensively in…