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

Five Great Things To Learn About String Operations in Modern C++

Hello C++ and Delphi Developers, Today we are looking at strings, mostly String Operations in your Modern C++ app. We also added some older functions or methods which are still popular C and C++ string operations that you come across while coding. We will learn to swap one string with another one, as well as getting a part of a string, a substring of a string, and in another post, we will learn…
Read more
C++RAD Studio

More Examples About Template Parameters In C++

Hello again. One of the great features of modern C++ is the ability to define templates which are simple and very powerful statements in C++. We published a lot of posts before about templates in C++ and this week we have more examples to take us further along the path of…
DatabaseInterBaseNewsRAD Server

How to Deploy RAD Server And InterBase on The Same Linux Machine

If you want to deploy RAD Server on a Linux environment (on-premise or cloud-based) it is mandatory to deploy an instance of InterBase as well because it is the database used by RAD Server to store all its internal data. This is quite straightforward in most cases, and you can even do it using Docker if you want, but what if you need to deploy RAD Server and your own InterBase instance on just…
Read more
C++RAD Studio

Learn How To Use Template Parameters In Modern C++

RAD Studio is a great Delphi and C++ IDE (C++ Builder). It’s an IDE packed full of many great features to help you develop professional applications in the fastest and most efficient ways possible. Recently, Delphi had a very active week with DelphiCon with many great presentations with tons of tips and techniques for professional Delphi developers. I also found some presentations are also…
Read more
DelphiFireMonkey

Celebrating Creativity With The Delphi Digital Fan Art And AI Art Contest

The Delphi Digital Fan Art and AI Art Contest is coming to a close soon, but we have seen some truly amazing entries celebrating the creativity of humans and machines! All sorts of art styles have been created using a variety of techniques. We’ve also seen how to use Stable Diffusion and Dreambooth via APIs from Delphi clients. We’ve also seen how ChatGPT can be used to create art.
Read more
DatabaseDelphiInterBaseModernizationNewsRAD Studio

What's in RAD Studio ARCHITECT?

RAD Studio is available in three editions: Professional, Enterprise, and the most advanced edition, Architect. What’s in the Architect edition, and what benefits does it offer? What do you get with…

IN THE ARTICLES