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

What Is The Copy Assignment Operator In C++?

Hello developers, right now it is Summer here and nature is blooming and beckoning us to leave the warm glow of our computers behind. During those moments where you’ve hopefully got some time in the sunshine to relax, we’ve got some great new C++ topics for you to peruse. Today we have 5 more C++ posts about Copy Assignment Operators. All of the C++ examples in these posts can be used…
Read more
News

What’s Coming in Delphi and C++Builder Libraries

If you are following what’s happening around RAD Studio, you’ve likely seen our announcement in terms of a renewed C++ language focus, What’s Coming for C++Builder: An Amazing Preview. As a follow-up to our exciting C++Builder updates, we wanted to share some specifics on what we have planned for the other parts of the product, in particular our VCL and FireMonkey UI libraries. A New…
Read more