C++DelphiRAD StudioWebinar

How To Create A Real Linux App Step By Step Guide

Hello developers. Our previous sessions in our Winter Webinars series which showed you how to create a real Android app step by step“, how to create a real iOS app (even if you do not have a mac), how to create a real windows app, and how to create a real Mac app, are extremely popular. Have you spotted the theme yet? 🤪 During the previous sessions I showed how to use RAD Studio 12 to…
Read more
News

Some Embarcadero Servers Are Experiencing A Hardware Outage

Many of you will have noticed by now that we are currently experiencing disruption to some of our services. In particular the RAD Studio installer, the GetIt package manager in the IDE, our Quality Portal, the DocWiki documentation site, certain authentication functions in…
News

Join the 2024 RAD Studio, Delphi, and C++Builder Developer Survey

Embarcadero is hosting a customer survey to gather feedback about RAD Studio and ideas and recommendations for the future of the product, including Delphi and C++Builder. The 2024 RAD Studio, Delphi, and C++Builder developer survey has 59 questions and it should take about 20 minutes to complete. We know your time is valuable and so we greatly appreciate your participation in this survey, which is…
Read more
News

A Summary of Year 2023 for RAD Studio (and Delphi)

February 2023 Delphi 28th Anniversary Delphi Digital Fan Art Contest Collection DelphiCon 2023 Embarcadero released RAD Studio 11.3 Alexandria April 2023 Embarcadero released Delphi 11 Community Edition and C++ Builder 11 Community Edition May 2023 Ian Barker joins…
C++CodeHow-To's

Eigen C++ Template Library with C++Builder and VCL

This post describes how to using the Eigen C++ Template Library with C++ Builder and VCL. What is the Eigen C++ Template Library? Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.  A Gentle Introduction to Linear Algebra is here.   Eigen doesn’t have any dependencies other than the C++ standard library.  Eigen consists only…
Read more
DelphiNewsRAD ServerRAD Studio

Sqids: Integration with RAD Server and standalone library

With the launch of RAD Studio 12, RAD Server not only fully integrates the encoding Sqids library, but you can also use it in any other project through the new TSqidsEncoding class available in the System.NetEncoding.Sqids namespace. Sqids is a small open-source library that can produce short, unique, random-looking IDs from numbers. The best way to think about it is like a…
Read more