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 RAD Studio 12.1. This release has massive C++ upgrades to the new Windows 64-bit Modern Compiler along with new VCL/FMX/Skia options to help with modern programming. There were also a lot of new…
Read more
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…
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…
C++DelphiNewsRAD Studio

From Enhanced Training to Cutting-Edge Tooling: Embarcadero's Commitment to Elevating Your Development Experience

As many of you have noticed, a lot is happening at Embarcadero in 2024, and we have a lot more in store for you. We have one of our biggest releases in three years, we are bolstering our offerings in both training and tooling, and our passionate community continues to grow.  RAD 12 is Here! More to Come! With our development team’s great work with RAD Studio 12 and the upcoming 12.1…
Read more
CodeDelphiHow-To'sTech Partner

How to View Digits of Pi in Real-Time with Delphi for Pi Day 2024

Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software. To celebrate the recent π day 2024 with a Delphi flavor I revisited the previous sample I made with Rudy’s Big Numbers library adding the functionality to view the digits of π in real time as they are being generated. Previously it would generate any number of digits you wanted, but you could only…
Read more