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 to Bjarne Stroustrup, C++ is not a simple language, but you can write code simply and that compiles faster once it is…
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…
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…
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 CodeRage session, you can find out how to do these tasks:
Overview of OpenXml filesGetting the file propertiesCreating a simple Word fileCreating a complex Word file
XML files are ZIP files with a special format. If we open a file, for example, a Word…
In this webinar, you can learn about other possibilities of Delphi and C++ Builder on Raspberry Pi and SBC. What is SBC? It stands for Single Board Computer.
Overview of the webinar:
SBC and use casesExploring CPU ArchitecturesLinux vs. Android vs.
Learn How To Embed C Source Code To Delphi FireMonkey Applications
October 27, 2020
In this CodeRage session, you can explore how to embed C code into a Delphi FireMonkey project. The demo was demonstrated by Marion Candau.
Overview
How to compile C code to embed into Delphi projectHow to link the C objects to the Delphi unitsHow to call C functions
To compile C source code you can go with C++ Builder or other tools for instance Visual Studio. We have 2 options for…
Take Your Delphi VCL Apps To The Next Level With The Delphi Universal Component Library UWP Controls
October 27, 2020
Delphi Universal Component Library is the UWP controls for Delphi VCL. With this Delphi Universal Component Library, you can create UWP like programs easily. Delphi UCL gives you the ability to design modern user interfaces within Delphi VCL. The library is free and…
Learn How To Build MVVM Pattern Based App In 20 Minutes
October 22, 2020
MVVM is a software architectural pattern that facilitates the separation of the development of the graphical user interface via a markup language or GUI code from the development of the business logic or back-end logic so that the view is not dependent on any specific model…
Learn How to Utilize User Defined Functions In InterBase Efficiently
October 22, 2020
UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs.
In this CodeRage session, you will learn how to create User Defined Functions in InterBase.
Why you should use UDFs?
Can perform functions that are not normally…