News

[Yukon Beta Blog] Delphi Language: Modernizing String Literals

This blog post is based on a pre-release version of the RAD Studio software and it has been written with specific permission by Embarcadero. No feature is committed until the product GA release. As with most other programming languages, Delphi’s Object Pascal allows a developer to use string literals, that is a string value written directly in the code. This is very common, even if not always…
Read more
DelphiFireMonkeyHow-To'sWindows

Unlocking the Power of SDXL Inpainting: The Future of Image Editing?

Have you ever thought about changing a portion of a photo but didn’t have the drawing skills to make it look natural? Or perhaps you’ve just wished that tech-savvy fairy godmother would pop out and do the magic for you! Welcome to the world of SDXL Inpainting in Windows development, where image editing meets the sophistication of artificial intelligence. In this post we will talk about…
Read more
DelphiProductivityRAD StudioWebinar

How Secure Is Your App? Static Analysis Finds Security Holes

During our recent Coding Bootcamp I had several sessions covering a broad range of topics. One session looked at static analysis of your Delphi code. Static analysis, or to be more correct, static code analysis is a process that can locate sections of your app’s source code which, despite being syntactically correct and generating no compiler errors or warnings are, in fact, potential gaping…
Read more
C++IDE

Explicit Virtual Override And More In Modern C++

Hello everyone, I hope now you, your computer, and yourdevelopment softwareare enjoying your summer vacation, or at least you’re happy with your work 🙂 Over onLearnCPlusPlus.org, we add new C++ posts every day. These are good to learn the features…
C++RAD Studio

Learn Multi-threading with Concurrency Support Library in C++

Hello again, as I write this it’s another blazing hot summer week for me, but we don’t let that get in the way of coding and teaching you on ourLearnCPlusPlus.orgweb page. CPUs and GPUs have evolved year on year to feature a greater number of cores and transistors to give morecomputational powerfor today’s servers and computers. With the advent of multiple…
Read more