Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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 this round-up of recent articles, we explain some features of modern C++ along with other beneficial methods for…
Read more
C++RAD Studio

Let's Learn 5 Features Of Modern C++

Hello C++ Developers, I hope now you are enjoying your summer vacation, or you are happy with your work 🙂 Over on LearnCPLusPlus.org we add new C++ posts every day. These are good to learn the features of modern C++ compilers. In this round-up of recent articles we cover some important features of C++ such as the friend declaration, the inline namespace, the extended sizeof function, the…
Read more
C++RAD Studio

How To Use A Move Constructor In Modern C++

Hello everyone. With the C++11 standards, the move constructor allows you to move the resources from one object to another object without copying them. In this post we have gathered together some recent C++ articles from LearnCPlusPlus.org about Move Constructors. All of…
C++RAD Studio

What Are The Rules Of Modern C++?

Hello developers, actually there are no rules! 😁 You have a broad freedom in C++. If your C++ app is running well and performing its functions well then, you’re doing good. For me, I think this is the main rule of developing applications, “develop C++ apps running perfectly that help people and the world“. In professional programming, you strive to create better…
Read more
News

InterBase now Available to Millions of Developers using Python

The release of a new InterBase Driver for Python is opening up a great opportunity for the Python community to start using an award-winning, low-footprint, embeddable database engine. Embarcadero has released for the first time an official InterBase database driver for the Python programming language. The new InterBase Driver for Python is technically a Python 3 library package that implements the…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES