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++CodeRAD Studio

Powerful Atomic Operations In C++ - No Oppenheimer Required

Hello C++ developers, Yilmaz here from LearnCPlusPlus. RAD Studio’s C++ Builder, Delphi and their free community editions C++ Builder CE, and Delphi CE are a real force for modern application development. Our educational LearnCPlusPlus.org web page is another powerful element for learning details of modern C++ programming. It is growing well thanks to you, and we have many new…
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 Studio 11.3, the current shipping version, does not offer the support for API level 33. Tech tip: It is technically possible to…
Read more
C++RAD Studio

Learn Beneficial Methods Of Modern C++

Hello everyone, Yilmaz here, from LearnCPlusPlus.org. Our educational LearnCPlusPlus.org web page is growing thanks to the support of you. We have many new readers, and we keep adding new C++ posts every day. These are good to learn the features of modern C++ compilers. In…
News

Embarcadero Introduces New IBLite Edition, IBToGo Subscription Offer

InterBase IBToGo is the embedded version of the InterBase database, offering encryption, a more generous database size, ChangeViews™, and other extended features compared to the IBLite free version. InterBase IBToGo is a multi platform solution, available for Windows, Linux, macOS, Android, and iOS. You can see a comparison of the feature of IBToGo, IBLite and the server editions at…
Read more