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

5 Important Posts That Professional C++ Developers Should Read

Hello C++ developers, this week we have five more professional and intermediate-level topics in modern C++. Modern C++ has many features to aid multi-thread programming that allow your applications to be faster and more responsive. Since the C++11 standard, the Concurrency Support Library includes built-in support for threads (std::thread) with atomic operations (std::atomic). In the first two…
Read more
C++RAD Studio

Learn Powerful Multi-threading Operations With C++ Builder

Hello C++ developers, multi-thread operations evolved significantly with the advent of C++11, and this continued with additional improvements in the latest standards to enhance multi-thread operations further. The concurrency support library in modern C++ is designed to solve problems that can arise with multi-thread operations. According to the latest news about the new coming C++ Builder 12.0…
Read more
C++RAD Studio

Learn More About std::thread In Multi-Threading Apps

Hello C++ developers, last week we had Coding Bootcamp 2023 by Embarcadero, and Summer Code Fest 2023 by Whole Tomato, and even in heavy weeks like that, Ian Barker still kindly reviews my posts as we both try to keep adding new articles for you. Our educational LearnCPlusPlus.org web page is growing thanks to you, and we have many new readers, thanks to your support. The site features posts…
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…
News

Delphi Supports Android API 33 Via Yukon Beta

If you are building Android apps distributed via Google Play Store, you might have received an email from Google indicating the requirement to use Android API Level 33 as the target for all new apps published starting August 31st. The official communication is here. RAD…
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
C++DelphiNewsRAD Studio

Embarcadero End-of-Fiscal-Year Flash Sale is Too Good to Pass Up

I am not in the habit of drawing attention to Embarcadero promo offers, but our current offers are too good to pass up. Take advantage of our End-of-Fiscal-Year Sale and get on RAD 12. We’ve had…

IN THE ARTICLES