Bob Swart
My first iPhone app (the “Game of Memory” written with Delphi XE2 and FireMonkey) is now available in the AppStore (for free), see http://itunes.apple.com/us/app/game-of-memory/id489076335?ls=1&mt=8 It was quite a journey from “start” to actual AppSto… – Details…
9 years ago in Delphi
0
Yanniel
In this post, I want to implement a function that returns the Nth Fibonacci number. Initially, I will provide a recursive implementation that derives directly from the Fibonacci sequence definition. Afterwards, I will recode the… – Details…
9 years ago in Delphi, Delphi Programming, iterative, pascal, Pascal Programming, programming, recursion, recursive
0
Bob Swart
Delphi XE2 has introduced a DFM-breaking change in some (4) of the values of mrXXX constants that are used as ModalResult values for buttons and dialogs, among others. In this blog post I provide a… – Details…
9 years ago in Delphi
0
Bob Swart
If you haven’t purchased the XE2 edition of Delphi, C++Builder or RAD Studio, then this may be a good time to consider it. – Details…
9 years ago in Delphi
0
Unknown
I would like to have support for ordering content of a constant array at compile time. I would like to have optimized lookup function for such an ordered constant array (binary search, hash index, etc,… – Details…
9 years ago in compiler, Delphi, optimize, wishful
0