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 the C++ examples in these posts can be used with C++ Builder Enterprise, Architect, Professional Editions, or the free…
Read more
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…
C++RAD Studio

Everything You Need To Know About Move Constructors And Copy Assignment in Modern C++

Hello C++ Developers, today we have a great collection of C++ posts about Move Constructors and the Copy Assignment Operator. All of the C++ examples in these posts can be used with C++ Builder Enterprise, Architect, and Professional Editions, or the free version C++ Builder 11 CE Community Edition. These examples can be used in console applications, in VCL Windows applications, or in…
Read more
DelphiRAD Studio

A Powerful Delphi Tool for Objective-C to Delphi Code Translation

We’re very lucky here at Embarcadero to have a whole team of extremely talented MVPs and Tech Partners who both champion our products as enthusiastic highly skilled users but also contribute towards the power of RAD Studio with Delphi and C++ with tools, components, and services of their own. A while back we asked our MVPs if they had any interesting open-source projects or ideas they…
Read more
C++IDERAD Studio

The First Steps Of How To Develop Games In C++

Hello everyone. The C++ programming language is the most used programming language in game development. The gaming industry keeps growing, this can be seen by the number of new games, game tools, new 3D features, and many new gaming technologies that come in every week, and by the enormous incomes from game marketing. If you want to start game development for free or if you are just interested…
Read more