In this tutorial, you will learn how to utilize constexpr variables and constexpr functions. The principal idea is the performance enhancement of applications by doing calculations at compile time rather than run time. The purpose is to allocate time in the compilation and save time and run time.
The constexpr keyword was introduced in C++11 and improved in C++14 and C++17. constexpr specifies…
Learn How To Use C++ Lambda Expressions In C++17 With C++Builder
November 10, 2020
C++ got lots of additions throughout C++11, C++14 and C++17. Currently, C++ is a completely different language than it use to be. This Modern C++ post explains how to use the Standard Template Library and the most important features of the C++17 that will greatly help you…
C++ has consistently dominated “Top Programming Languages” lists worldwide this year. With such a strong demand, C++ developers are well-positioned to experience a good problem: too much work.
You can join the presenter and C++Builder Product Manager…
Connecting and Read/Write to Microsoft Excel becomes a common need among many Applications. How to do with ADO connection in your C++ Builder Application? This Post guide will you to do that and its very simple steps.
Assume you need to create a application, Read data from excel and populate into a Grid, and need to write data to the excel. To do this four components required…
Buster's Introduction
October 19, 2020
Hello, world. I’m Buster (Adam Leone), a new member of the Embarcadero team as a software development intern. I’m primarily working with Jim McKeeth and will be focused on refreshing my stale college-era programming skills, learning the range of Embarcadero…
Here was my answer 😀
Create a New | C++Builder VCL Windows application. On the form add TPanel, TButton, TEdit and TMemo components. Put the TButton and TEdit into the TPanel. Set TPanel align property to AlTop. Set the TMemo align property to alClient.
Some days ago I wrote about Comport for Firemonkey by WinSoft but even if you are not planning to use FireMonkey we still have a great component for you: Comport for Windows (TComport) by WinSoft.Let’s download the trial version from here and install it (don’t forget to close RAD Studio before).
Features of TComport
It’s easy to use and very powerfulCan…
Flexible Serial Communication Protocol Suite For Delphi/C++ Builder FireMonkey Cross Platform Apps
October 6, 2020
Serial Communicationsis 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 yourDelphi/C++FireMonkey…
Accessing internet resources becomes a common feature in modern desktop windows applications. Thinking how to build these capabilities in yourDelphi/C++ FireMonkey Applications?WINSOFTmade a Flexible component suite that helps you to access internet…
Learn How Easy It Is To Use OAuth2.0 With The Rest Client Components For C++ Builder
October 2, 2020
Authentication becomes critical part of any business, that too developing applications using OAuth2.0 protocol is still challenging to some C++Builder developers using Restful APIs as most modern IoT applications mandates. Don’t worry, this post will simpilify your challenge and understand better.
Assume an end user(Resource Owner) has an account in google(Resource Server) and has…