BCC32, which is the classic C++Builder 32 bit compiler, includes the use of rvalue references, which allow creating a reference to temporaries. Also, rvalue references avoid unnecessary copying and make possible perfect forwarding functions. This feature is one of the C++11 features.
Rvalue references are a compound type like standard C++ references, which are referred to as lvalue references.
Learn A Quick Way To Connect To A MySQL Database With The Delphi FireDAC Access Sample App
October 31, 2020
Do you want your Delphi and C++Builder Applications to connect with MySQL Database ? How to start ? Don’t worry, FireDAC offers robust components to connect with MySQL Database.
FireDAC.MySQL Sample app demonstrates how to use FireDAC to work with My SQL…
Get Up To Speed FAST On The Delphi Programming Language In An Hour With Delphi Boot Camp!
October 31, 2020
In this Delphi Boot Camp, you can acquire lots of practice in Delphi programming language.
Overview
The Basics of Pascal and Delphi LanguageThe Modern Features of Delphi LanguageAnonymous Methods and Using the Parallel Programming Library
Here are the…