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

RAD Studio 12.1 Athens Launch Webinar: Save Your Seat Now!

Save My Seat We’re gearing up for the release of RAD Studio 12.1! Have you saved your seat for the launch webinar? The 12.1 edition of RAD Studio comes hot on the heels of the feature-rich RAD Studio 12 Athens release. It will include the new C++Builder Win64 compiler and toolchain, along with significant enhancements to the IDE, an improved Delphi Android toolchain, and extensive quality…
Read more
CodeDelphiHow-To'sTech Partner

How To Run Turbo Pascal On An Android Phone!

Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software Why run Turbo Pascal on Android? Because we can! As part of the Turbo Pascal 40th birthday celebration (combined with Delphi’s 29th birthday) I did a short demo of running Turbo Pascal on Android under Termux using DOSBox. This goes into a little more detail of how to install and set it up.
Read more
C++Code

A Complete Guide To The List Of Features In C++ 11

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon…
News

Is Delphi A Memory Safe Language?

Last week, the US government released the report “Back To The Building Blocks: A Path Toward Secure And Measurable Software”. This report is part of the US Cybersecurity Strategy and focused on multiple areas, including memory safety vulnerabilities and quality metrics.  This report has been commented on by many online magazines, which have underlined the significant push back against the C…
Read more
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…
C++CodeRAD Studio

How To Use Data Containers With C++ Builder 12

Hello developers, I am really happy this year about the new version of RAD Studio 12, it has been released with a big impact of a lot of enhancements and quality improvements in C++ Builder 12 and Delphi 12. After this release, 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. New…
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