Yılmaz Yörü
Hello everyone, Yilmaz here, from LearnCPlusPlus.org. Our educational LearnCPlusPlus.org web page is growing thanks to the support of you. We have many new readers, and we keep adding new C++ posts every day. These are good to… … Read more
2 years ago in =delete, C++, c++11, default, explicit specifiers, non-copyable movable types, non-copyable movable types in C++ templates. The rvalue references are important and we explain rvalue references to eliminate unnecessary copying, programming, RAD Studio, rvalue, template
0
Milton Coyne
If you have been involved in a Windows application development you have probably heard about the Git version control system and GitHub which works with Git to allow developers to host and manage their code…. … Read more
2 years ago in Coding, data, Delphi, DelphiCon, DelphiCon 2023, git, github, Learn, learn delphi, object pascal, programming, version control system, Videos
0
Dalija Prasnikar
Loops and anonymous methods don’t go hand in hand. Any variable that changes for each iteration will cause problems if it is used within an anonymous method. I explained the mechanism behind variable capturing in… … Read more
2 years ago in anonymous methods, Tasks
0
TMS Software
When developing applications, one of the first things developers can benefit from is a solid understanding of how the code they write is actually executed. When errors occur, a process of “debugging” takes place,… … Read more
2 years ago
0
TMS Software
Start using the Leaflet open source mapping library in no time straight from the Delphi tool palette! Next to existing support for Google Maps, Here Maps, Apple MapKit, Microsoft Azure Maps, Microsoft Bing Maps, MapBox, Openlayers and… … Read more
2 years ago
0
Emad
In this tutorial, we will explore the powerful capabilities of DelphiFMX and delve into the fascinating realm of K-means clustering visualization. Imagine easily analyzing and visualizing data patterns, empowering users to gain valuable insights and…… … Read more
2 years ago in Code, Delphi, DelphiFMX, GuiProgramming, Learn Python, programming, Projects, Python, python gui
0
dummzeuch
It has always irked me that in C you can write: But in Delphi you have to use the much less readable Today I had enough and wrote these simple helper functions: With these you… … Read more
2 years ago in Delphi
0
TMS Software
Some weeks ago, Microsoft released a new default theme and font for all Office applications, replacing the old Calibri. Yesterday, we updated FlexCel (VCL, .NET, and DLL), so you can now create a new… … Read more
2 years ago
0
TMS Software
We are always looking to find new and interesting ideas to show the power of our components. As such we have decided to do another Summer DIY project as we think this is a… … Read more
2 years ago
0
Eli M. (MVP)
In the ever-evolving landscape of software development, automation tools that increase efficiency have always been a golden grail. And with the rise of powerful AI models like ChatGPT, Llama 2, and Vicuna-13b, the dream of… … Read more
2 years ago in AI, android, artificial intelligence, code generation, cross-platform, Delphi, FireMonkey, IDE, ios, linux, macos, neural network, object pascal, Productivity, windows
0
TMS Software
Tailwind is a rapidly growing and popular open-source CSS framework. Different from Bootstrap and many other CSS frameworks, it does not come with a fixed list of classes for the various HTML elements but… … Read more
2 years ago
0