Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++CodeRAD Studio

What Are The C++ 17 Random Number Generators

Hello developers, I hope you are all happy and well. This week we have new C++ posts about modern random generators in modern programming today. Since C++11, in addition to rand() and std::rand(), we have new random number generators. These are called Mersenne Twister random generators; mt19937 (std::mt19937) for 32-bit applications and mt19937_64 (std::mt19937_64) for 64-bit applications. In the…
Read more
News

Matthias Eißing, Technical Consultant at Embarcadero DACH

It is with deep sadness that we bid farewell to our long-time colleague and friend Matthias Eißing, who passed away suddenly and unexpectedly on 14 February 2024 at the age of 53. We are were all extremely shocked by the news of his death. Matthias leaves behind his partner of many years, Maria, and all of us, in profound mourning. Many knew Matthias as a very competent and technically adept…
Read more
News

We've Updated The HUGE Delphi Anniversary “Innovation Timeline” Infographic. Grab it Now!

Do you recall the Delphi Innovation Timeline Infographic Embarcadero published on Delphi’s 27th anniversary two years ago? Well, we’ve updated it this year for Delphi’s 29th! And you can download it free here: Get The Printable PDF What is The Delphi Innovation Timeline Infographic? The Delphi Timeline Innovation Timeline infographic is a visual trace of the history of…
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
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES