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
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
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
DelphiRAD Studio

Everything You Need To Modernize With RAD Server

In the modern age, isn’t it true to say we are completely surrounded and immersed in the technology of diverse forms? Much of it now is entirely cloud-based, but there’s still a substantial proportion that employs a mix of both cloud and more physical hardware computing resources. However, the common thread among all of these technologies, even the most recent ones, is the certainty of…
Read more