Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++How-To'sModernizationRAD StudioWindows

How to achieve common tasks with the new Clang toolchain in 12.1

How to achieve common tasks with the new Clang toolchain in 12.1 The new Clang toolchain is here! RAD Studio and C++Builder 12.1 are shipping the entirely revised, wholly updated C++ compiler, linker, STL, runtime, and more – which you can also use in parallel with the old Win64 toolchain to ease upgrading until we remove the previous legacy toolchain in future. We know this is a ‘version 1’…
Read more
News

The New Quality Portal Is Live - Here Are The Details

Hot on the heels of our announcement that RAD Studio 12.1 is now available we have some more good news; the new Quality Portal is now live and ready for you to use! What Is The Embarcadero Quality Portal? The Quality Portal, usually more simply referred to as QP, is a…
News

Announcing the Availability of RAD Studio 12.1 Athens

Embarcadero is very excited to announce the release of RAD Studio 12.1 Athens along with Delphi 12.1 and C++Builder 12.1. RAD Studio 12.1 Athens release primarily focuses on enhancing the new features in RAD Studio 12, adding further refinements and addressing customer requests. At the same time, we have completed the development of the new C++ Win64 Clang–based compiler and toolchain, which…
Read more
News

GetIt Update: Additional RAD Studio 12 GetIt Packages Are Now Available

Embarcadero has restored the ability of the 12.0 GetIt server to install additional packages from the RAD Studio 12 Athens IDE via the GetIt package manager. The rebuilt GetIt server for RAD Studio 12 now uses a cloud-based infrastructure in order to offer higher availability and faster response times. GetIt Packages for RAD Studio 12 Available Now Starting today, the majority of the GetIt add-on…
Read more
News

3 x 12 RTL, Data and Internet Enhancements in Delphi 12

12 times 12 new features in Delphi 12 RAD Studio 12 includes some great improvements for C++Builder and the launch webinar and other online content highlights it. However, it is also a fantastic release for Delphi developers. I compiled 12 lists with 12 improvements each for…
News

3 x 12 FireMonkey and Android Enhancements in Delphi 12

12 times 12 new features in Delphi 12 RAD Studio 12 includes some great improvements for C++Builder and the launch webinar and other online content highlights it. However, it is also a fantastic release for Delphi developers. I compiled 12 lists with 12 improvements each for…
News

3 x 12 VCL Enhancements in Delphi 12

12 times 12 new features in Delphi 12 RAD Studio 12 includes some great improvements for C++Builder and the launch webinar and other online content highlights it. However, it is also a fantastic release for Delphi developers. Someone commented, it looks like there is little for VCL. That’s not true. I don’t remember a new release with so many new VCL features. So I started listing them and got…
Read more
News

RAD Studio 12: Every New And Enhanced Feature

In case you haven’t already heard, RAD Studio 12 is here! RAD Studio’s just-released version 12 is yet another landmark edition of your favorite IDE, ready to help you: – Target the latest platform versions – Supercharge your productivity with Visual Assist…
News

RAD Studio 12.1 Athens Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 12.1 Athens. This patch addresses some issues in RAD Studio 12.1, around the new editor split view feature of the IDE, the Delphi 64-bit compiler when building packages, debugging, and strings.  The…
C++ModernizationNewsRAD StudioWindows

The new Clang Toolchain in C++Builder 12.1!

The new Clang Toolchain in C++Builder 12.1! RAD Studio 12.1 has big news: we have released the first version of our new Clang-based toolchain! This is a complete revision of the entire technology stack, and provides a solid, modern, ‘done the right way’ foundation for all of C++ going forward. Technical Info The new toolchain targets Windows 64-bit Intel apps, and is based on Clang 15, with a…
Read more
News

The New Quality Portal Is Live - Here Are The Details

Hot on the heels of our announcement that RAD Studio 12.1 is now available we have some more good news; the new Quality Portal is now live and ready for you to use! What Is The Embarcadero Quality Portal? The Quality Portal, usually more simply referred to as QP, is a…
News

Announcing the Availability of RAD Studio 12.1 Athens

Embarcadero is very excited to announce the release of RAD Studio 12.1 Athens along with Delphi 12.1 and C++Builder 12.1. RAD Studio 12.1 Athens release primarily focuses on enhancing the new features in RAD Studio 12, adding further refinements and addressing customer…
C++Code

What Changed With The C++17 Standard?

Hello developers, this week we have more new topics about C++ and there are tons of very understandable examples to develop with that can be used to develop new apps with modern programming tools. In the first post, we explain another useful container, the multiset (std::multiset). Multiset is a very useful container if you have multiple same key values, and we have examples of it. In other…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES