DelphiRAD Studio

OpenCV: Create Highly Optimized Computer Vision Applications With Delphi

OpenCV is a cross-platform library that can be utilized to develop real-time computer vision applications. It principally concentrates on image processing, video capturing, and analysis. The best part is there is the Delphi-OpenCV library for Delphi developers. Delphi-OpenCV is a translation of OpenCV library header files in Delphi. You can find all the required libraries for this library…
Read more
DelphiRAD Studio

Powerful Open Source Minimalist Web Framework Available For Delphi

When you learn the Embarcadero Delphi programming language, you can create anything with it. From cross-platform applications to the web applications. You can create both backend and frontend with the same language moreover, it can become handy when it comes to connecting them. There are several official web application and API frameworks available for Delphi & C++ Builder. One of them…
Read more
News

New Years Resolution: Learn. Teach. Repeat.

The title of this blog post may combine two somewhat overly familiar ideas, but it’s highly appropriate for the goals we have set. Learning and teaching Delphi is paramount for our success, and we plan to keep doing more of it in the New Year. Delphi education helps…
CodeDatabaseDelphiRAD Studio

Learn How To Use Delphi For Mobile And Database Development In This Bootcamp

In this webinar, you can learn about mobile and database development with Delphi. This webinar can be a quick start for new learners. Overview Introduction to mobile platformsPrototyping mobile apps on WindowsUsing platform servicesConditional defines & the mobile compilersUnderstanding ARC memory managementDeployment managerIntroduction to FireDACUsing embedded databasesUsing REST…
Read more
CodeNews

Compile 1 Million Lines Of C++ In ~2 Minutes With A 16 Core Ryzen 9 5950x

The recently released AMD Ryzen 9 5950x offers 16 cores and 32 threads so let’s see what kind of performance we can get out of a parallel C++ compile with those 32 threads. At the time of this writing the AMD Ryzen 9 5950x has the highest single core CPU Benchmark score at around 3515. C++Builder is a rapid application development tool for building C++ Windows apps. It offers normal…
Read more