Category: beginner
Delphi has moved to the era of Unicode. From Delphi 2009, the string type is in fact a UnicodeString instead of AnsiString. How is this going to affect the project migration? I have a ongoing …
The Delphi has been out of the mainstream programming languages for a while. It is not because it is not good. There are many reasons that it is not …
In , the readers would find that it is illegal to put a return statement in the finally block. Here, we will conduct experiments to check if the finally block will work …
Timus online judge is my favorite. There are many compilers that are on windows platform, for example, Visual Studio. Does the judge accept program that embeds inline assembly ? …
The Ackermann function is mathematically defined as: The Ack function is well-defined total math function which is compute-able but not a primitive recursive function. Its value grow so quickly …