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

Premium Update Subscription Customers Invited to Join RAD Studio “Malawi” Beta

Embarcadero is currently working on a new release of RAD Studio 11 Alexandria, which is focused on significant improvements in quality and performance across many subsystems. We recently sent RAD Studio Premium Update Subscription customers a special email invite to join the beta for this coming release, codenamed “Malawi”.  This exclusive invitation is for Premium Update Subscription…
Read more
News

Announcing Enterprise CodeRage 2022

Join Embarcadero for this short two day virtual conference on Enterprise development with your favorite development tools. December 20th and 21st from 10 AM to 5 PM CST each day, all free. Topics include multithreaded algorithms, SQL databases, custom VCL styles…
DelphiTech Partner

Easily Create Web Apps For Desktop And Mobile

Web-based apps are quite popular today. Whether they are for mobile, or desktop devices web applications do not require installation and manual updating as they are stored on a web server. This means there’s only one place for you, the developer, to maintain, and for mobile apps it also has the added benefit that you don’t have to get your code to be accepted in any app stores which…
Read more
C++CodeIDE

C++ in the News

In this blog post you’ll find links to recent C++ articles related to the language, programming, ISO standard and software development. The articles included are for the period of November 6, 2022 to December 7, 2022. C++ Language Bjarne Stroustrup was live online on…
C++Code

The Top 5 Great C++ Tips On Eligible Copy Constructors And Pure Virtual Destructors

Hello to our fabulous C++ Developers. C++ Builder is a great C++ IDE and compiler to build wonderful C++ Apps with tons of modern features, and this has been another amazing week with a lot of new C++ tips and articles for you. in today’s round-up you can learn how to use static_cast. You can also learn how to read and write text files in modern C++ as well as directory operations. In…
Read more
C++CodeRAD Studio

Introduction To C Programming In 2023

Hello to all developers. As we write this, a new year is approaching and we have introduction-level beginner posts about C programming that may help and motivate you, your friends and family, or your students to make learning to code your new year resolution and start new…
News

Embarcadero InterBase 2020 Update 4 Released!

We are happy to announce that today Embarcadero has released a new version of its InterBase flagship database engine, InterBase 2020 Update 4. With this release, the company continues to improve the product’s quality and usability. General and Quality Improvements This…
News

Delphi With Statements and Local Variables

I was recently discussing against the use of the with statement in Delphi with a customer and I realized that local variables offer a very good way to get rid of with statements As any Delphi developer knows, the with statements have been long in the Object Pascal language since the early Pascal days, but they have also been considered harmful by many, myself included. To explain once more…
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