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…
Case StudyDelphiDeveloper InterviewsRAD StudioShowcase

This Excellent Cross-Platform Delphi App Has 6500+ Mobile App Store Downloads

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 the hard work for me and makes me look great! I get up every day and write code – and I write that code in the Delphi…
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
C++Code

Discover The String Operations And More Great Features Of C++

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 FMX frameworks are forms and the form designer which makes it so easy to create and visualize the user interface for your…
Read more