Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and return results. You can publish APIs, manage users and devices that are connected to the RAD Server, capture analytics about…
Free C++ Bootcamp To Quickstart Your C++ Development
November 4, 2020
Check out the 5-days C++ boot camp! Within this Bootcamp, you get over 10 hours of free training on C++ Builder. What topics this do Bootcamp cover?
Building your first application with C++ BuilderCreating fast, responsive user interfaces with animations and effectsC++11…
C++ is getting many new features and improved code hygiene, which improves your code compile time. In this webinar, you can watch and listen to the conversation with Bjarne Stroustrup and David Intersimone.
Overview
C++17 Current StandardC++20
According…
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.
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…
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…
EMS.NotesResource Sample is a server-client EMS demo.
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server connections. Use theRAD Server Consoleto display the statistics.
The first part consists of creating an EMS Package…
RAD Studio with Delphi - The Original Low Code!
October 19, 2020
These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
Rapidly Consume Powerful REST Services With Almost No Code In C++Builder On Windows
October 15, 2020
We continuously hear that consuming REST services with the RAD tools have always been swift. For instance, in this video, you can see how you can call any REST endpoint and fetch the data easily with the REST Debugger tool.
With the REST Debugger tool, you can get…
In this CodeRage session, you can see how you can migrate your legacy C++ Builder code to new and fresh C++ easily with a strategy. What can you get from this session? Here is the overview:
Unicode in C/C++, VCL & WinAPIVCL String ClassesConverting text to and from UnicodeLoad and save Unicode characters to fileNew C/C++ data types for C-style strings“_TCHAR maps to”…