DelphiNews

How To Get The DelphiCon 2021 Desktop Wallpaper

DelphiCon 2021 is coming up soon and in order to get in the spirit we created this desktop wallpaper that captures the essence of DelphiCon. DelphiCon 2021is the best way to learn all about yourfavorite programming language. Sessions are planned around the latest features, as well as general best practices, and emerging technologies that apply to all versions. There are also sessions…
Read more
News

My November Conferences: EKON 25 and DelphiCon 2021

Over the next two weeks, I’m presenting at two different conferences: EKON 25, in-person in Dusseldorf, Germany, and DelphiCon 2021, Embarcadero largest yearly online event. EKON 25 The EKON conference in Germany is likely the longest running Delphi focused event…
DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Serge Pilko?

Hello. This article is part of a series where we speak with professional software developers who use Windows App Development Tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way. Today we have a very popular member of the Delphi and RAD Studio developer community, Serge Pilko. Serge and I have…
Read more
News

RAD Studio 11 Alexandria Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 11 Alexandria. The patch addresses a few relevant issues in the most recent release and is available to active update subscription customers in the GetIt Package Manager (with a matching alert showing…
News

The New RAD Server Lite (RSLite) in RAD Studio 11

We announced the availability of a new option to deploy and license RAD Server as part of the RAD Studio 11 Alexandria release, with the goal of simplifying deployment for installations that do not require a large number of REST requests. What is RAD Server? Before I get to…
C++

Six Top Tips On How To Use std::vector And AI In Modern C++

Hello C++ Developers, Here is a round-up of some recent posts about thestd::vectorin C++. For the professional developers, we have Parallel STL Algorithm example sort and ANN example for vectors. Vectorsare the modern way to use datatypes. They are found within the<vector>library. They are the same as dynamic arrays and they can resize themselves…
Read more
News

More VCL Support for Windows 11

With the official release of Windows 11, Embarcadero has made some specific VCL styles, and I’m offering some coding helpers specific to the new version of the Microsoft desktop OS. More will come over time. After the announcement earlier this year, Microsoft…
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

Hello C++ Developers, C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a data binding tool. You can make visually stunning Windows charts by using TeeChart. We also look in this article at a few…
Read more