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

A Summary of Year 2022 for RAD Studio (and Delphi)

What happened in 2022 for RAD Studio, Delphi and C++ Builder? Here are a few highlights — and also a quick look at what’s coming soon February 2022 Delphi 27th Anniversary, along with the release of an Innovation Timeline Infographic and a Delphi WinUI 3 Demo March 2022 The C++Builder 25th Anniversary. I released a Historical Article on C++ Builder Language Extensions Release…
Read more
C++RAD Studio

5 Modern C++ Examples To Learn C++

Hello C++ developers. If you want to dive deep into C++ programming, then the LearnCPlusPlus website is the right place in 2023 with many modern and professional examples that can be compiled by anyC++ Code Editor. Last year on LearnCPlusPlus we mostly focused on…
Case StudyDelphiShowcase

How This Amazing Delphi App Helps Save 300 Million Lives A Year

Today’s article is from Delphi developer Fabrice Deprez. Fabrice works as a Software Architect at Dedalus Belgium. Fabrice tells us today how the clarity and stability of the Delphi language and runtime libraries powers his cross platform development in one of those places even angels fear to tread – the intricate management of patient anesthesia where mistakes can literally cost…
Read more
C++Code

This is How To Sort in Modern C++

Hello C++ developers. this week we have more modern C++ examples that can be compiled by any C++ IDE and compiler. If you want to dive deep into C++ programming, then the LearnCPlusPlus website is the right place for you. We keep adding more features of modern C++ and how…
CodeDelphiTech Partner

How To Record Exact Operation Execution Time With Delphi

To know how to get the information on the exact execution time of an operation in your Windows and cross platform apps can be useful in all sorts of circumstances. For example, it can be necessary when you need to show users the time spent on the execution of a long operation (by the way, in such a situation, high accuracy is rarely required). Or you may need to know the exact time needed for…
Read more
News

Deploy Yellowfin Using Docker And Connect it to Delphi Apps

Even though Yellowfin is very straightforward regarding installation, sometimes we don’t want to mess up our main developing computer with extra applications or spin a new VM just to install one piece of software. Here is where Docker comes into play and really shines. Yellowfin has an “all-in-one” Docker image that makes deploying a test or demo environment a breeze. This Docker image is…
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