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…
More Examples About Template Parameters In C++
March 8, 2023
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…
This is the final entry in the Enterprise Article challenge. We’ve had some great submissions from all kinds of developers who are using RAD Studio with Delphi and C++ Builder for Windows app development as well as a whole host of cross-platform apps for Android and…
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…
During webinars I like to demonstrate how powerful RAD Studio with Delphi is for creating cross platform apps and how absolutely easy it is to do. I often make the point that I don’t want to work too hard which is why I like RAD Studio with Delphi – it does all…
Why Update Subscription Matters, And Why March is a Great Time to Renew Your Licenses!
March 4, 2023
RAD Studio gets better and better with every release. With a big developer team adding new capabilities, fixing bugs and addressing literally hundreds of customer requests daily, each version update of RAD Studio represents a leap forward not just for the IDE and toolset…
Learn How To Use Template Parameters In Modern C++
March 3, 2023
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…
How to Check The C++ Compiler Version On Windows
March 1, 2023
A C or C++ Compiler is a computer program that converts the text of a program’s code into an executable program. How can we check the version of the C++ compiler we are using on our Windows computer? Let’s take a look at a few different ways to do it.
How can…