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…
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…
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…
Announcing the Availability of RAD Studio 11.3 Alexandria
February 27, 2023
Embarcadero is pleased to announce the release of RAD Studio 11 Alexandria Release 3, also known as RAD Studio 11.3, along with Delphi 11.3 and C++Builder 11.3. This release is focused on quality and improvements, building on the great new features in RAD Studio 11…
Discover The String Operations And More Great Features Of C++
February 24, 2023
Hello C++ Developers,
This week we have an abundance of topics about strings, which mostly include String Operations in Modern C++. We will learn to use the find() string method as well as exception handling in C++. One of the great features of C++ Builder’s VCL and…
C++ Builder Is The Trusted Enabler For This SAMD
February 22, 2023
A C++ Builder article today from our Enterprise Software article challenge. Today C++ app developer Courant describes their experiences with creating what they describe as “Software As A Medical Device” or SAMD. It’s not a term I’ve heard before, I…
Every New And Enhanced RAD Studio Feature Since 11 Alexandria - The (Very Long) Complete List
February 21, 2023
Note: The list of features includes the newly-released RAD Studio 11.3 Alexandria.
RAD Studio 11 Alexandria was a landmark release in many respects. From the support for High-dpi 4k screens to VCL styles visibility at design time and more powerful compilers targeting the…
10 Tips For Using A C++ Compiler To Build Windows Apps
February 17, 2023
When you develop an app for the Windows operating system there are a few tips that can help smooth things along. Using the best C++ compiler Windows developers have available is obviously step one, but there are a lot more very easy steps you can take to make life a lot…


