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…
Award Winning Native Windows SFTP Client Built With C++Builder And Downloaded 143+ Million Times
October 30, 2020
WinSCP is a popular award winning native SFTP client, FTP client, and file manager for Microsoft Windows. It has been download over 143 million times and is available in many languages. WinSCP is built with a number of programming languages but C++Builder is the main tool powering it’s graphical user interface. It is a great example of leveraging C++Builder’s fast UI development…
Create Delphi Web Applications Blazingly Fast With TMS WEB Core
October 30, 2020
Embarcadero MVP Marcos Moreira shows you how to use TMS WebCore and Delphi to make the most of your web development.
TMS WEB Core:
Modern SPA Web Application ModelPure HTML5/CSS3/JavaScript based applicationsStandard component framework for common UI controls and…
Powerful Serial Communication Protocol Suite For Delphi/C++ Builder Application On Windows
October 30, 2020
Serial Communications is a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged or tired in writing code to communicate with serial devices from your Delphi/C++ applications? How about…
Control And Communicate With Arduino Device In This Innovative Software Built In Delphi
October 30, 2020
Mitov Software is specialized in the development of high-performance software and Data Flow solutions for Delphi and C++Builder, VCL, and FireMonkey involving:
Video ProcessingAudio ProcessingDigital Signal ProcessingReal-Time Data AcquisitionCommunicationsProcess ControlComputer VisionArtificial IntelligenceData VisualizationVisual…
In this video, you will learn how to implement a simple “Unit Testing” on your Application.
With this simple approach, you can check if the result is matching your expectations, “Assert” values inside routines, and interact with GUI and non-GUI…
Deploying FireMonkey to HTML5 with FMXLinux on WSL2
October 30, 2020
The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected.
Install WSL2 (You can…
Developer Ansgar Becker created HeidiSQL as lightweight open source database management tool which supports MariaDB, MySQL, MS SQL, PostgreSQL and SQLite. It makes use of Delphi’s native VCL styles very effectively to provide a nice looking interface which the developer can customize for their preference. Some of it’s powerful features include connecting via SSH tunnel, creating and…