Category: programming languages
Let’s consider this XML data, and you want to add an offset to all Z coordinate. <data> <point> <x> 1 </x> <y> 2 </y> <z> 3 </z> </point> <point> …
Since Delphi 10.2 Tokyo supports the same codebase compiled into Win32, Win64 and Linux64 binaries, then it is interesting to run a small tests for a quick performance overview …
The Model-View-Controller (MVC) is not a technology, but a concept in software design/engineering. The MVC consists of three components, the Model, the View and the Controller, as illustrated in …
The Dynamic Link Library (DLL) is stored separately from the target application and shared among different applications, compared to Static Library. The DLL is the file extension on Windows …
Let’s say if you have opened quite a few tasks and you decide to close them all at once without manually close them one by one, or kill each …